Skip to content

Commit e6b0465

Browse files
authored
Update nodes.md
Corrected a small syntactical error.
1 parent 7b2d09a commit e6b0465

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/architecture

1 file changed

+1
-1
lines changed

content/en/docs/concepts/architecture/nodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ You can modify Node objects regardless of the setting of `--register-node`.
9898
For example, you can set labels on an existing Node, or mark it unschedulable.
9999

100100
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
101+
scheduling. For example, you can constrain a Pod to only be eligible to run on
102102
a subset of the available nodes.
103103

104104
Marking a node as unschedulable prevents the scheduler from placing new pods onto

0 commit comments

Comments
 (0)