From 4fcfde89019a99aa238770ce513c97e659960b6a Mon Sep 17 00:00:00 2001 From: Xinhai Wang Date: Wed, 5 Sep 2018 11:54:23 +0800 Subject: [PATCH] Update assign-cpu-resource.md (#10176) fix typo --- .../docs/tasks/configure-pod-container/assign-cpu-resource.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/configure-pod-container/assign-cpu-resource.md b/content/en/docs/tasks/configure-pod-container/assign-cpu-resource.md index 869df4a098..3fac646141 100644 --- a/content/en/docs/tasks/configure-pod-container/assign-cpu-resource.md +++ b/content/en/docs/tasks/configure-pod-container/assign-cpu-resource.md @@ -122,7 +122,7 @@ Recall that by setting `-cpu "2"`, you configured the Container to attempt to us {{< note >}} **Note:** Another possible explanation for the CPU throttling is that the Node might not have enough CPU resources available. Recall that the prerequisites for this exercise require each of -your Nodes ot have at least 1 CPU. If your Container runs on a Node that has only 1 CPU, the Container +your Nodes to have at least 1 CPU. If your Container runs on a Node that has only 1 CPU, the Container cannot use more than 1 CPU regardless of the CPU limit specified for the Container. {{< /note >}}