From 776485e2f74fcc3a575eddc19c45d912c8781dbd Mon Sep 17 00:00:00 2001 From: likeXXxx Date: Tue, 23 Oct 2018 02:25:26 +0800 Subject: [PATCH] fix a typo (#10695) * fix a typo * fix a typo --- .../manage-resources/cpu-default-namespace.md | 2 +- .../manage-resources/memory-default-namespace.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tasks/administer-cluster/manage-resources/cpu-default-namespace.md b/content/en/docs/tasks/administer-cluster/manage-resources/cpu-default-namespace.md index 725083d688..53edcd7f25 100644 --- a/content/en/docs/tasks/administer-cluster/manage-resources/cpu-default-namespace.md +++ b/content/en/docs/tasks/administer-cluster/manage-resources/cpu-default-namespace.md @@ -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 diff --git a/content/en/docs/tasks/administer-cluster/manage-resources/memory-default-namespace.md b/content/en/docs/tasks/administer-cluster/manage-resources/memory-default-namespace.md index ab43f8a34c..94f07c040c 100644 --- a/content/en/docs/tasks/administer-cluster/manage-resources/memory-default-namespace.md +++ b/content/en/docs/tasks/administer-cluster/manage-resources/memory-default-namespace.md @@ -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