Merge pull request #20978 from prasadkatti/master

Update label used to search for pods in deployment
This commit is contained in:
Kubernetes Prow Robot
2020-06-10 10:46:52 -07:00
committed by GitHub
2 changed files with 7 additions and 8 deletions
@@ -243,7 +243,7 @@ snowflake 2/2 2 2 2m
```
```shell
kubectl get pods -l run=snowflake
kubectl get pods -l app=snowflake
```
```
NAME READY STATUS RESTARTS AGE
@@ -280,7 +280,7 @@ cattle 5/5 5 5 10s
```
```shell
kubectl get pods -l run=cattle
kubectl get pods -l app=cattle
```
```
NAME READY STATUS RESTARTS AGE