Shorts the k8s context to cluster name instead full arn
danielrubin1989 opened this issue · 3 comments
danielrubin1989 commented
Write the cluster name instead of the full arn in the K8s context , makes the work with the contexts more intuitive
AdamRussak commented
will take care of it, but a bit of brain storming...
i thinking on leaving it as-is, and adding a flag to change output name.
so if default is:
arn:aws:eks:eu-central-1:ID:cluster/Cluster name
and flag will set it to:
ID:eu-central-1:cluster-name
- I think the info here is helping, account,region,and cluster name
WDYT? @danielrubin1989
AdamRussak commented
another suggestion was made to do the following, 2 options (set by a flag):
- account:region:eks_name
- region:eks_name (default)
AdamRussak commented
resolved by PR #13
and documentation updated to support new naming output for EKS clusters