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
You're right, it should respect the value of the namespace value in ~/.kube/config. I will mark this report as enhancement, and fix it later, but there's no ETA for the fix. If this feature matter to you, maybe you can try to create a pull-request for the fix FYI, you may find the source code HERE.
Story behind, while I was designing this tool, my initial thought was that having namespace defined explicitly would be safer, especially for production environment. For now, please take this a hard limitation.
Describe the bug
Need to specify namespace to have results on macosx
To Reproduce
Steps to reproduce the behavior:
kubectl grep pods nginx
kubectl grep pods nginx -n demo
Expected behavior
I would have thought that it would use the current NS
Screenshots
Environment (please complete the following information):
Kubectl Version v1.14.3
Additional context
NA
The text was updated successfully, but these errors were encountered: