Skip to content

Commit aeab02b

Browse files
author
Jonathan S. Katz
committed
Fix reference on how pod anti-affinity can be disabled
It's `disabled` not `none`.
1 parent ef9af8c commit aeab02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hugo/content/architecture/high-availability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ it will not schedule the pod until a different node is available. While this
169169
guarantees that no pod will share the same node, it can also lead to downtime
170170
events as well. This uses the `requiredDuringSchedulingIgnoredDuringExecution`
171171
affinity rule.
172-
- `none`: Pod Anti-Affinity is not used.
172+
- `disabled`: Pod Anti-Affinity is not used.
173173

174174
With the default `preferred` Pod Anti-Affinity rule enabled, Kubernetes will
175175
attempt to schedule pods created by each of the separate deployments above on a

0 commit comments

Comments
 (0)