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
In the K8s clusters that I interact with, I have resources in two namespaces named prod and default. When I try to autocomplete pod names in the default namespace with kubectl get pod ... the pods from the default namespace are correctly listed. However, when I try complete pod names in the prod namespace with kubectl get pod -nprod ..., I only get pod names from the default namespace.
Should I expect this to work?
The text was updated successfully, but these errors were encountered:
ah, sorry you are having an issue. I believe it should work if you put a space after the -n for now. I'll try to get around to fixing this in the next day or two. Thanks!
In the K8s clusters that I interact with, I have resources in two namespaces named
prod
anddefault
. When I try to autocomplete pod names in thedefault
namespace withkubectl get pod ...
the pods from the default namespace are correctly listed. However, when I try complete pod names in theprod
namespace withkubectl get pod -nprod ...
, I only get pod names from thedefault
namespace.Should I expect this to work?
The text was updated successfully, but these errors were encountered: