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
When using kubens with a ServiceAccount from within the cluster it isn't working.
From what I saw it comes from how the config is loaded. When using the kubectl tool it uses the in-cluster configuration and given a small and incomplete config file it is also possible to change the namespace:
Do you remember what was the error you're seeing? I don't think we'd optimize the tool to try to make it work for in-cluster situation specifically, but if there's an easy fix we can take, we can give a shot.
When using kubens with a ServiceAccount from within the cluster it isn't working.
From what I saw it comes from how the config is loaded. When using the kubectl tool it uses the in-cluster configuration and given a small and incomplete config file it is also possible to change the namespace:
I think it should be possible to use the old bash version of kubens with this setup - but not the new golang version.
The text was updated successfully, but these errors were encountered: