Skip to content

Commit eb71e59

Browse files
authored
Merge pull request #33029 from tengqm/fix-feature-gates
Fix nits in the feature gates page
2 parents 0afff6f + d9d2f99 commit eb71e59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ different Kubernetes components.
179179
| `RotateKubeletServerCertificate` | `false` | Alpha | 1.7 | 1.11 |
180180
| `RotateKubeletServerCertificate` | `true` | Beta | 1.12 | |
181181
| `SeccompDefault` | `false` | Alpha | 1.22 | |
182+
| `ServerSideFieldValidation` | `false` | Alpha | 1.23 | - |
182183
| `ServiceInternalTrafficPolicy` | `false` | Alpha | 1.21 | 1.21 |
183184
| `ServiceInternalTrafficPolicy` | `true` | Beta | 1.22 | |
184185
| `ServiceIPStaticSubrange` | `false` | Alpha | 1.24 | |
@@ -400,14 +401,14 @@ different Kubernetes components.
400401
| `NonPreemptingPriority` | `false` | Alpha | 1.15 | 1.18 |
401402
| `NonPreemptingPriority` | `true` | Beta | 1.19 | 1.23 |
402403
| `NonPreemptingPriority` | `true` | GA | 1.24 | - |
403-
| `PodAffinityNamespaceSelector` | `false` | Alpha | 1.21 | 1.21 |
404-
| `PodAffinityNamespaceSelector` | `true` | Beta | 1.22 | 1.23 |
405-
| `PodAffinityNamespaceSelector` | `true` | GA | 1.24 | - |
406404
| `PVCProtection` | `false` | Alpha | 1.9 | 1.9 |
407405
| `PVCProtection` | - | Deprecated | 1.10 | - |
408406
| `PersistentLocalVolumes` | `false` | Alpha | 1.7 | 1.9 |
409407
| `PersistentLocalVolumes` | `true` | Beta | 1.10 | 1.13 |
410408
| `PersistentLocalVolumes` | `true` | GA | 1.14 | - |
409+
| `PodAffinityNamespaceSelector` | `false` | Alpha | 1.21 | 1.21 |
410+
| `PodAffinityNamespaceSelector` | `true` | Beta | 1.22 | 1.23 |
411+
| `PodAffinityNamespaceSelector` | `true` | GA | 1.24 | - |
411412
| `PodDisruptionBudget` | `false` | Alpha | 1.3 | 1.4 |
412413
| `PodDisruptionBudget` | `true` | Beta | 1.5 | 1.20 |
413414
| `PodDisruptionBudget` | `true` | GA | 1.21 | - |
@@ -458,7 +459,6 @@ different Kubernetes components.
458459
| `ServerSideApply` | `false` | Alpha | 1.14 | 1.15 |
459460
| `ServerSideApply` | `true` | Beta | 1.16 | 1.21 |
460461
| `ServerSideApply` | `true` | GA | 1.22 | - |
461-
| `ServerSideFieldValidation` | `false` | Alpha | 1.23 | - |
462462
| `ServiceAccountIssuerDiscovery` | `false` | Alpha | 1.18 | 1.19 |
463463
| `ServiceAccountIssuerDiscovery` | `true` | Beta | 1.20 | 1.20 |
464464
| `ServiceAccountIssuerDiscovery` | `true` | GA | 1.21 | - |

0 commit comments

Comments
 (0)