modify get pods to be more accurate
modify the "kubectl get pods" to "kubectl get pods -l purpose=demonstrate-envars"reviewable/pr1885/r4^2
parent
e1a55e327e
commit
bb802690a5
|
@ -38,7 +38,7 @@ Pod:
|
||||||
|
|
||||||
1. List the running Pods:
|
1. List the running Pods:
|
||||||
|
|
||||||
kubectl get pods
|
kubectl get pods -l purpose=demonstrate-envars
|
||||||
|
|
||||||
The output is similar to this:
|
The output is similar to this:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue