Update pod names to match what's in the spec.

reviewable/pr5221/r1
Rohit Agarwal 2017-08-27 10:10:20 -07:00 committed by GitHub
parent a17a3b9cb1
commit beb3591662
1 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ kubectl create -f https://k8s.io/docs/tasks/administer-cluster/memory-defaults-p
View detailed information about the Pod: View detailed information about the Pod:
```shell ```shell
kubectl get pod mem-limit-no-request --output=yaml --namespace=default-mem-example kubectl get pod default-mem-demo-2 --output=yaml --namespace=default-mem-example
``` ```
The output shows that the Container's memory request is set to match its memory limit. The output shows that the Container's memory request is set to match its memory limit.
@ -133,7 +133,7 @@ kubectl create -f https://k8s.io/docs/tasks/administer-cluster/memory-defaults-p
View the Pod's specification: View the Pod's specification:
```shell ```shell
kubectl get pod default-mem-request-no-limit --output=yaml --namespace=default-mem-example kubectl get pod default-mem-demo-3 --output=yaml --namespace=default-mem-example
``` ```
The output shows that the Container's memory request is set to the value specified in the The output shows that the Container's memory request is set to the value specified in the