Nothing here yet.
Nothing here yet.
outline Checking the available add-on list and version according to eks cluster version and add-on version script # List of specific add-on versions supported by a specific EKS Version aws eks describe-addon-versions --kubernetes-version <eks-...

outline When you are trying to delete namespace of k8s, the status may become stuck in terminating, occasionally because of “finalizer” of k8s. script #!/bin/bash # Define the stuck namespace as a variable NAMESPACE=$1 # Check if the namespa...
