diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates/MatchLabelKeysInPodAffinity.md b/content/en/docs/reference/command-line-tools-reference/feature-gates/MatchLabelKeysInPodAffinity.md index 0a8cb00265..774fb59ce0 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates/MatchLabelKeysInPodAffinity.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates/MatchLabelKeysInPodAffinity.md @@ -13,6 +13,11 @@ stages: - stage: beta defaultValue: true fromVersion: "1.31" + toVersion: "1.32" + - stage: stable + defaultValue: true + fromVersion: "1.33" --- + Enable the `matchLabelKeys` and `mismatchLabelKeys` fields for [pod (anti)affinity](/docs/concepts/scheduling-eviction/assign-pod-node/).