Skip to content

Commit 8909c0f

Browse files
committed
node_affinity: Delete unpaired callout
Delete an unpaired callout number in the "Preferred Node Affinity Rule" example.
1 parent 3701164 commit 8909c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin_guide/scheduling/node_affinity.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ $ oc label node node1 e2e-az-name=e2e-az3
169169
.. Specify the key and values that must be met. If you want the new pod to be scheduled on the node you edited, use the same `key` and `value` parameters as the label in the node:
170170
+
171171
----
172-
preferredDuringSchedulingIgnoredDuringExecution: <4>
172+
preferredDuringSchedulingIgnoredDuringExecution:
173173
- weight: 1
174174
preference:
175175
matchExpressions:

0 commit comments

Comments
 (0)