Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Default context cluster name displayed when running with different context #55

Closed
lackerman opened this issue Feb 11, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@lackerman
Copy link

Firstly, thanks for creating k9s. Although I have had a few issues whilst playing with it, I am very thankful for what you've created.

Steps to reproduce:

Note: you need more than 1 context available (2 different clusters) in your list of contexts. For example serverA/foo & serverB/bar

  1. Use kubectl to set your current context, eg:
 kubectl config serverA/foo
  1. Start k9s with the --context flag pointing to the other context, eg:
 k9s --context serverB/bar
  1. When the view is initialised the ClusterName in the top left will be that of the current kubectl context, not the context passed to k9s
@derailed derailed added the bug Something isn't working label Feb 11, 2019
@derailed
Copy link
Owner

Thanks for the kind words @lackerman. I think this is fixed in 0.1.4. If not please reopen. Tx!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants