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