k9s
k9s copied to clipboard
Context names with whitespace don't work
Describe the bug Kubectl works fine for contexts containing whitespace, but k9s does not. This is due to the string quoting issue.
To Reproduce Steps to reproduce the behavior:
- Go to kube config
- Rename a context to include whitespace. For example, name "ctx1-aws" to "ctx1 (aws)"
- In k9s, try to enter into that cluster
- Get a "dial toast" error
Versions (please complete the following information):
- OS: OSX
- K9s: latest
Additional context Add any other context about the problem here.
https://github.com/derailed/k9s/pull/3653
CC @derailed @mpas97 have pr for this, let me know if any other changes needed, thanks!
This issue is stale because it has been open for 30 days with no activity.