Eksctl: non-owners should be able to delete clusters

Created on 29 Jul 2019  ·  4Comments  ·  Source: weaveworks/eksctl

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).

aredeletions kinfeature needs-investigation prioritbacklog stale

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?

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings