kube-ops-view icon indicating copy to clipboard operation
kube-ops-view copied to clipboard

Show cluster name too

Open vojbarzz opened this issue 6 years ago • 1 comments

Would be nice to show cluster name defined at kubeconfig:

clusters:
- cluster:
    certificate-authority: certs/xxx.pem
    server: https://1.2.3.4:9999
  name: SomeFancyName

Current output: https://1.2.3.4:9999 Expected output: SomeFancyName (https://1.2.3.4:9999)

vojbarzz avatar Jul 30 '18 16:07 vojbarzz

Good idea, makes sense!

hjacobs avatar Jul 30 '18 16:07 hjacobs