Skip to content

Commit 76864aa

Browse files
authored
Merge pull request #43559 from sagidlow/BZ-1906726
BZ-1906726: Adding a note to the Getting Started with CLI about namespaces
2 parents e87cc7d + ace792e commit 76864aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/cli-using-cli.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ $ oc new-app https://github.com/sclorg/cakephp-ex
4545

4646
Use the `oc get pods` command to view the pods for the current project.
4747

48+
[NOTE]
49+
====
50+
When you run `oc` inside a pod and do not specify a namespace, the namespace of the pod is used by default.
51+
====
52+
4853
[source,terminal]
4954
----
5055
$ oc get pods -o wide

0 commit comments

Comments
 (0)