From 8b80216ab120a4cf3c39eddd03a46778ed44ecff Mon Sep 17 00:00:00 2001 From: chenhuan12 Date: Fri, 21 Apr 2017 11:46:46 +0800 Subject: [PATCH] fix typo fix typo --- .../downward-api-volume-expose-pod-information.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/configure-pod-container/downward-api-volume-expose-pod-information.md b/docs/tasks/configure-pod-container/downward-api-volume-expose-pod-information.md index 9aa8870d77..e8666ddd36 100644 --- a/docs/tasks/configure-pod-container/downward-api-volume-expose-pod-information.md +++ b/docs/tasks/configure-pod-container/downward-api-volume-expose-pod-information.md @@ -156,7 +156,7 @@ DownwardAPIVolumeFile. The first element specifies that in the Container named `client-container`, the value of the `limits.cpu` field -`metadata.labels` field should be stored in a file named `cpu_limit`. +should be stored in a file named `cpu_limit`. Create the Pod: