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.
1 parent 7b2d09a commit e6b0465Copy full SHA for e6b0465
content/en/docs/concepts/architecture/nodes.md
@@ -98,7 +98,7 @@ You can modify Node objects regardless of the setting of `--register-node`.
98
For example, you can set labels on an existing Node, or mark it unschedulable.
99
100
You can use labels on Nodes in conjunction with node selectors on Pods to control
101
-scheduling. For example, you can to constrain a Pod to only be eligible to run on
+scheduling. For example, you can constrain a Pod to only be eligible to run on
102
a subset of the available nodes.
103
104
Marking a node as unschedulable prevents the scheduler from placing new pods onto
0 commit comments