Update namespaces-walkthrough.md (#13388)

pull/13490/head
Arthur Deschamps 2019-03-27 19:36:47 -04:00 committed by Kubernetes Prow Robot
parent 5dc88b71da
commit a00049f411
1 changed files with 4 additions and 0 deletions

View File

@ -273,8 +273,12 @@ kubectl get deployment
```
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
cattle 5 5 5 5 10s
```
```shell
kubectl get pods -l run=cattle
```
```
NAME READY STATUS RESTARTS AGE
cattle-2263376956-41xy6 1/1 Running 0 34s
cattle-2263376956-kw466 1/1 Running 0 34s