-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
"list access denied" when switching contexts within k9s since 0.32.0 #2592
Comments
I see almost the same issue after updating to k9s 0.32.0, and the same behavior on 0.32.1 In my use case, I have multiple contexts for different clusters, but the namespace is I'm able to switch contexts using I noticed the error code indicating that k9s is trying to use These are my observations. Unfortunately, I'm not familiar with the k9s code base, so I really don't have any suggestions for a solution. |
@lennan-norlys Thank you for the additional details! [@tibeer] what does this yield: |
As expected: "no" 😄 |
Awesome! Thanks a lot 🚀 |
The latest release solved my issue. Thanks alot! |
Describe the bug
Switching between multiple kube contexts that belong to the same cluster trows an error since 0.32.0
To Reproduce
Steps to reproduce the behavior:
export KUBECONFIG=/Users/foo/.kube/context_one.yaml:/Users/foo/.kube/context_two.yaml
kubectl config use-context context_one
ctx
inside k9s to switch contextsHistorical Documents
N/A
Expected behavior
Context switchting from within k9s is possible without any errors
Screenshots
see above
Versions (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: