Skip to content

Commit 59e875f

Browse files
authored
Merge pull request #7933 from Miciah/node_affinity-delete-unpaired-callout
node_affinity: Delete unpaired callout
2 parents 83d7244 + 8909c0f commit 59e875f

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)