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
Today you have to set the namespace when you start the session or specify it each command. It would be create to be able to switch the namespace or even the context while in a session.
@mitchellmaler I'd also like to know how can you set the default namespace before starting the session. I see that the tool accepts the command line argument to set the default namespace but it doesn't work for me somehow. I've tried all the following combinations.
But when I get the pods using the get pods command, it only shows the pods from the default namespace only. If I use get pods -n my namespace then it shows the pods from the namespace. Somehow it is not setting a different namespace from the beginning.
Today you have to set the namespace when you start the session or specify it each command. It would be create to be able to switch the namespace or even the context while in a session.
Example proposal
The text was updated successfully, but these errors were encountered: