We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 024561f + f1f9a50 commit 7506b24Copy full SHA for 7506b24
content/en/docs/tasks/configure-pod-container/assign-pods-nodes.md
@@ -34,7 +34,7 @@ Kubernetes cluster.
34
worker1 Ready <none> 1d v1.13.0 ...,kubernetes.io/hostname=worker1
35
worker2 Ready <none> 1d v1.13.0 ...,kubernetes.io/hostname=worker2
36
```
37
-1. Chose one of your nodes, and add a label to it:
+1. Choose one of your nodes, and add a label to it:
38
39
```shell
40
kubectl label nodes <your-node-name> disktype=ssd
0 commit comments