Merge pull request #2035 from tianshapjq/patch-2
add "-l app=nginx" after "kubectl get pods"reviewable/pr2056/r1
commit
51c8f71391
|
@ -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