Merge pull request #2035 from tianshapjq/patch-2

add "-l app=nginx" after "kubectl get pods"
reviewable/pr2056/r1
Janet Kuo 2016-12-27 10:43:55 -08:00 committed by GitHub
commit 51c8f71391
1 changed files with 1 additions and 1 deletions

View File

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