Taegu Kangktg0210.hashnode.dev·Oct 18, 2024Amazon EKS (k8s) namespace cannot be deleted (stuck terminating status)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...bash-scriptstuck terminating status