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.
2 parents c5120d9 + 6b59e2f commit 09234f3Copy full SHA for 09234f3
content/en/docs/reference/command-line-tools-reference/feature-gates/MatchLabelKeysInPodAffinity.md
@@ -13,6 +13,11 @@ stages:
13
- stage: beta
14
defaultValue: true
15
fromVersion: "1.31"
16
+ toVersion: "1.32"
17
+ - stage: stable
18
+ defaultValue: true
19
+ fromVersion: "1.33"
20
---
21
+
22
Enable the `matchLabelKeys` and `mismatchLabelKeys` fields for
23
[pod (anti)affinity](/docs/concepts/scheduling-eviction/assign-pod-node/).
0 commit comments