From 100f074e0ca57008ee57d880cd52133f35a7e277 Mon Sep 17 00:00:00 2001 From: Arhell Date: Sun, 28 Aug 2022 01:28:48 +0300 Subject: [PATCH] [en] fix typo assign-pods-nodes-using-node-affinity.md --- .../assign-pods-nodes-using-node-affinity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity.md b/content/en/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity.md index 8306724c1d9..ff5df861df9 100644 --- a/content/en/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity.md +++ b/content/en/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity.md @@ -34,7 +34,7 @@ Kubernetes cluster. worker1 Ready 1d v1.13.0 ...,kubernetes.io/hostname=worker1 worker2 Ready 1d v1.13.0 ...,kubernetes.io/hostname=worker2 ``` -1. Chose one of your nodes, and add a label to it: +1. Choose one of your nodes, and add a label to it: ```shell kubectl label nodes disktype=ssd