modify get pods to be more accurate
modify the "kubectl get pods" to "kubectl get pods -l purpose=demonstrate-envars"
This commit is contained in:
@@ -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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user