fix a typo (#10695)

* fix a typo

* fix a typo
This commit is contained in:
likeXXxx
2018-10-23 02:25:26 +08:00
committed by k8s-ci-robot
parent 0b34cec135
commit 776485e2f7
2 changed files with 2 additions and 2 deletions
@@ -68,7 +68,7 @@ kubectl get pod default-cpu-demo --output=yaml --namespace=default-cpu-example
The output shows that the Pod's Container has a CPU request of 500 millicpus and
a CPU limit of 1 cpu. These are the default values specified by the LimitRange.
```shel
```shell
containers:
- image: nginx
imagePullPolicy: Always
@@ -70,7 +70,7 @@ kubectl get pod default-mem-demo --output=yaml --namespace=default-mem-example
The output shows that the Pod's Container has a memory request of 256 MiB and
a memory limit of 512 MiB. These are the default values specified by the LimitRange.
```shel
```shell
containers:
- image: nginx
imagePullPolicy: Always