You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thanks for this lovely project. It's a life changer for me.
But I'd love to make it even more lovely for my personal needs and for that I need ability to somehow rename k8s context based on information from kubeswitch and its context.
These us-ord-xxx are let's say userfriendly names of my clusters while lkeXXXXX is actual context name listed in kubeconfig. So relevant part of kubeconfig looks like this:
I'd like to get "us-ord-alpha" into my shell prompt somehow but that information is not exposed so currently if I switch to "us-ord-alpha" I'm getting the following in my prompt:
[☸ lke236266:default]
❯ ~
I'm looking for a way to replace that real context name with us-ord-alpha in this case. Any hints how to do that?
The text was updated successfully, but these errors were encountered:
Hello,
First of all thanks for this lovely project. It's a life changer for me.
But I'd love to make it even more lovely for my personal needs and for that I need ability to somehow rename k8s context based on information from kubeswitch and its context.
switch list-contexts shows something like this:
These us-ord-xxx are let's say userfriendly names of my clusters while lkeXXXXX is actual context name listed in kubeconfig. So relevant part of kubeconfig looks like this:
I'd like to get "us-ord-alpha" into my shell prompt somehow but that information is not exposed so currently if I switch to "us-ord-alpha" I'm getting the following in my prompt:
[☸ lke236266:default]
❯ ~
I'm looking for a way to replace that real context name with us-ord-alpha in this case. Any hints how to do that?
The text was updated successfully, but these errors were encountered: