@@ -363,10 +363,10 @@ null `namespaceSelector` matches the namespace of the Pod where the rule is defi
363
363
{{< feature-state feature_gate_name="MatchLabelKeysInPodAffinity" >}}
364
364
365
365
{{< note >}}
366
- <!-- UPDATE THIS WHEN PROMOTING TO BETA -->
367
- The `matchLabelKeys` field is an alpha -level field and is disabled by default in
366
+ <!-- UPDATE THIS WHEN PROMOTING TO STABLE -->
367
+ The `matchLabelKeys` field is a beta -level field and is enabled by default in
368
368
Kubernetes {{< skew currentVersion >}}.
369
- When you want to use it, you have to enable it via the
369
+ When you want to disable it, you have to disable it explicitly via the
370
370
` MatchLabelKeysInPodAffinity` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/).
371
371
{{< /note >}}
372
372
@@ -414,10 +414,10 @@ spec:
414
414
{{< feature-state feature_gate_name="MatchLabelKeysInPodAffinity" >}}
415
415
416
416
{{< note >}}
417
- <!-- UPDATE THIS WHEN PROMOTING TO BETA -->
418
- The `mismatchLabelKeys` field is an alpha -level field and is disabled by default in
417
+ <!-- UPDATE THIS WHEN PROMOTING TO STABLE -->
418
+ The `mismatchLabelKeys` field is a beta -level field and is enabled by default in
419
419
Kubernetes {{< skew currentVersion >}}.
420
- When you want to use it, you have to enable it via the
420
+ When you want to disable it, you have to disable it explicitly via the
421
421
` MatchLabelKeysInPodAffinity` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/).
422
422
{{< /note >}}
423
423
0 commit comments