Merge pull request #49926 from sanposhiho/ga-mlk

KEP-3633: graduate MatchLabelKeys (PodAffinity) to GA
pull/49749/head
Kubernetes Prow Robot 2025-03-19 18:06:31 -07:00 committed by GitHub
commit 09234f3680
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -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/).