This is a follow-up to #1042. We only produced a fix for the error message.
Any AWS admin must be able to force deletion of an EKS cluster without contacting or impersonating the cluster owner. It was possible before #1010 (in a general case, i.e. when there was no ELBs or other resources standing in the way).
To me, it doesn't make sense that people who can delete the full infrastructure aren't a Kubernetes admin
One example use-case is this: an IAM user has created a cluster, they lost access to the account and another IAM user wants to delete cluster the first user created.
A user has also reported their own perspective in #1081.
Why only the owner? Shouldn't it be that any user on the system:masters group in K8s should be able to delete the cluster?
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
Most helpful comment
Why only the owner? Shouldn't it be that any user on the system:masters group in K8s should be able to delete the cluster?