Update namespaces-walkthrough.md (#13388)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
5dc88b71da
commit
a00049f411
@@ -273,8 +273,12 @@ kubectl get deployment
|
|||||||
```
|
```
|
||||||
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
|
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
|
||||||
cattle 5 5 5 5 10s
|
cattle 5 5 5 5 10s
|
||||||
|
```
|
||||||
|
|
||||||
|
```shell
|
||||||
kubectl get pods -l run=cattle
|
kubectl get pods -l run=cattle
|
||||||
|
```
|
||||||
|
```
|
||||||
NAME READY STATUS RESTARTS AGE
|
NAME READY STATUS RESTARTS AGE
|
||||||
cattle-2263376956-41xy6 1/1 Running 0 34s
|
cattle-2263376956-41xy6 1/1 Running 0 34s
|
||||||
cattle-2263376956-kw466 1/1 Running 0 34s
|
cattle-2263376956-kw466 1/1 Running 0 34s
|
||||||
|
|||||||
Reference in New Issue
Block a user