Merge pull request #2035 from tianshapjq/patch-2

add "-l app=nginx" after "kubectl get pods"
This commit is contained in:
Janet Kuo
2016-12-27 10:43:55 -08:00
committed by GitHub
@@ -101,7 +101,7 @@ should have four pods:
1. Verify that the Deployment has four pods:
kubectl get pods
kubectl get pods -l app=nginx
The output is similar to this: