Login
Remember
Register
Ask a Question
Whenever you run a kubectl command, it runs in the the default namespace How do you make in run in a different namespace?
0
votes
asked
Aug 5, 2023
in
Kubernetes K8s
by
Robin
Whenever you run a kubectl command, it runs in the the default namespace How do you make in run in a different namespace?
kubectl
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 5, 2023
by
Robin
use -n namespace_name (to whatever kubectl command you are running)
...