We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9af8c commit aeab02bCopy full SHA for aeab02b
hugo/content/architecture/high-availability.md
@@ -169,7 +169,7 @@ it will not schedule the pod until a different node is available. While this
169
guarantees that no pod will share the same node, it can also lead to downtime
170
events as well. This uses the `requiredDuringSchedulingIgnoredDuringExecution`
171
affinity rule.
172
-- `none`: Pod Anti-Affinity is not used.
+- `disabled`: Pod Anti-Affinity is not used.
173
174
With the default `preferred` Pod Anti-Affinity rule enabled, Kubernetes will
175
attempt to schedule pods created by each of the separate deployments above on a
0 commit comments