AdamRussak/k8f

Shorts the k8s context to cluster name instead full arn

danielrubin1989 opened this issue · 3 comments

Write the cluster name instead of the full arn in the K8s context , makes the work with the contexts more intuitive

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

another suggestion was made to do the following, 2 options (set by a flag):

  1. account:region:eks_name
  2. region:eks_name (default)

resolved by PR #13
and documentation updated to support new naming output for EKS clusters