Skip to content

Commit 79a3b7c

Browse files
authored
Merge pull request #36363 from Arhell/en-typo
[en] fix typo assign-pods-nodes-using-node-affinity.md
2 parents 967d3ea + 100f074 commit 79a3b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Kubernetes cluster.
3434
worker1 Ready <none> 1d v1.13.0 ...,kubernetes.io/hostname=worker1
3535
worker2 Ready <none> 1d v1.13.0 ...,kubernetes.io/hostname=worker2
3636
```
37-
1. Chose one of your nodes, and add a label to it:
37+
1. Choose one of your nodes, and add a label to it:
3838

3939
```shell
4040
kubectl label nodes <your-node-name> disktype=ssd

0 commit comments

Comments
 (0)