add "-l app=nginx" after "kubectl get pods"

the original sentence is "kubectl get pods", but maybe "kubectl get pods -l app=nginx" is more accurat in the context.
Please check for this.
pull/2035/head
Drinky Pool 2016-12-23 10:22:37 +08:00 committed by GitHub
parent 9440814e65
commit 5c65b700ac
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: