Fix typo in assign-pods-nodes.md

Fix typo in 'tasks/configure-pod-container/assign-pods-nodes.md' (chose -> choose).
pull/34391/head
Daniel Teunis 2022-06-18 22:06:36 +02:00 committed by GitHub
parent 024561f5a2
commit f1f9a50f36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Kubernetes cluster.
worker1 Ready <none> 1d v1.13.0 ...,kubernetes.io/hostname=worker1
worker2 Ready <none> 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 <your-node-name> disktype=ssd