Skip to content

Commit 289c3d0

Browse files
committed
Mark ServerSideApply as GA
1 parent 2a10ec4 commit 289c3d0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,6 @@ different Kubernetes components.
158158
| `RotateKubeletServerCertificate` | `false` | Alpha | 1.7 | 1.11 |
159159
| `RotateKubeletServerCertificate` | `true` | Beta | 1.12 | |
160160
| `RunAsGroup` | `true` | Beta | 1.14 | |
161-
| `ServerSideApply` | `false` | Alpha | 1.14 | 1.15 |
162-
| `ServerSideApply` | `true` | Beta | 1.16 | |
163161
| `ServiceInternalTrafficPolicy` | `false` | Alpha | 1.21 | |
164162
| `ServiceLBNodePortControl` | `false` | Alpha | 1.20 | |
165163
| `ServiceLoadBalancerClass` | `false` | Alpha | 1.21 | |
@@ -332,6 +330,9 @@ different Kubernetes components.
332330
| `SCTPSupport` | `false` | Alpha | 1.12 | 1.18 |
333331
| `SCTPSupport` | `true` | Beta | 1.19 | 1.19 |
334332
| `SCTPSupport` | `true` | GA | 1.20 | - |
333+
| `ServerSideApply` | `false` | Alpha | 1.14 | 1.15 |
334+
| `ServerSideApply` | `true` | Beta | 1.16 | 1.21 |
335+
| `ServerSideApply` | `true` | GA | 1.22 | - |
335336
| `ServiceAccountIssuerDiscovery` | `false` | Alpha | 1.18 | 1.19 |
336337
| `ServiceAccountIssuerDiscovery` | `true` | Beta | 1.20 | 1.20 |
337338
| `ServiceAccountIssuerDiscovery` | `true` | GA | 1.21 | - |

0 commit comments

Comments
 (0)