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
kubens -f ""
error: too many flags
USAGE:
kubens : list the namespaces in the current context
kubens <NAME> : change the active namespace of current context
kubens - : switch to the previous namespace in this context
kubens -c, --current : show the current namespace
kubens -h,--help : show this message
Hi 👋🏻 ,
Is it possible to have a subcommand like
clear
for kubens where it clears current namespace?This seems to be possible with
kubectl config set-context --current --namespace=""
Maybe we can even do
kubens ""
but it prints an error that it couldn't find that namespace.The text was updated successfully, but these errors were encountered: