modify get pods to be more accurate

modify the "kubectl get pods" to "kubectl get pods -l purpose=demonstrate-envars"
pull/1885/head^2
Drinky Pool 2017-01-06 10:00:48 +08:00 committed by Andrew Chen
parent e1a55e327e
commit bb802690a5
1 changed files with 1 additions and 1 deletions

View File

@ -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: