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
This use of get_default_namespace relies on the brittle idea that get_pods will always use
get_default_namespace. Currently, get_pods currently does, in fact, use get_default_namespace.
However, I don't like that we use get_default_namespace out of band relative to get_pods. I'd prefer
that we do not mention namespaces at all in our message to users unless we can prove it.
0 commit comments