From 42d926009672e074ecdda736f924ff4a02974957 Mon Sep 17 00:00:00 2001 From: Jason Boxman Date: Sun, 7 Feb 2021 17:48:33 -0500 Subject: [PATCH] Fix typo - https://github.com/openshift/openshift-docs/issues/29212 --- nodes/scheduling/nodes-scheduler-node-affinity.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/scheduling/nodes-scheduler-node-affinity.adoc b/nodes/scheduling/nodes-scheduler-node-affinity.adoc index 78b7f20169..2773f59504 100644 --- a/nodes/scheduling/nodes-scheduler-node-affinity.adoc +++ b/nodes/scheduling/nodes-scheduler-node-affinity.adoc @@ -10,7 +10,7 @@ toc::[] Affinity is a property of pods that controls the nodes on which they prefer to be scheduled. -In {product-title}node affinity is a set of rules used by the scheduler to determine where a pod can be placed. +In {product-title} node affinity is a set of rules used by the scheduler to determine where a pod can be placed. The rules are defined using custom labels on the nodes and label selectors specified in pods. // The following include statements pull in the module files that comprise