From e6b046542779ebc0eec1e7ef9fa417c45c974f28 Mon Sep 17 00:00:00 2001 From: Stefano Charissis Date: Tue, 18 Aug 2020 12:30:45 +1000 Subject: [PATCH] Update nodes.md Corrected a small syntactical error. --- content/en/docs/concepts/architecture/nodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/architecture/nodes.md b/content/en/docs/concepts/architecture/nodes.md index 5482b074bc..b1e1f0dc24 100644 --- a/content/en/docs/concepts/architecture/nodes.md +++ b/content/en/docs/concepts/architecture/nodes.md @@ -98,7 +98,7 @@ You can modify Node objects regardless of the setting of `--register-node`. For example, you can set labels on an existing Node, or mark it unschedulable. You can use labels on Nodes in conjunction with node selectors on Pods to control -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 a subset of the available nodes. Marking a node as unschedulable prevents the scheduler from placing new pods onto