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
parent
9440814e65
commit
5c65b700ac
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue