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
Setting namespace works :) and setting cluster works :), but using both break the autocomplete :(
i.e: kubectl -n [namespace] ✔️ kubectl --cluster [cluster] ✔️ kubectl -n [namespace] --cluster [cluster] ❌
Is this feasible to fix? I looked at the code there seems to be a lot happening so I don't know if it can be fixed with a simple tweak.
The text was updated successfully, but these errors were encountered:
hm this seems to be working for me. I would recommend you pass context before namespace though, that way you can get the namespace to autocomplete. (The namespaces available will depend on the current context). What version of kubectl are you using? And what version of Kubernetes?
Setting namespace works :) and setting cluster works :), but using both break the autocomplete :(
i.e:
kubectl -n [namespace]
✔️kubectl --cluster [cluster]
✔️kubectl -n [namespace] --cluster [cluster]
❌Is this feasible to fix? I looked at the code there seems to be a lot happening so I don't know if it can be fixed with a simple tweak.
The text was updated successfully, but these errors were encountered: