|
13 | 13 | - [Design Details](#design-details)
|
14 | 14 | - [Test Plan](#test-plan)
|
15 | 15 | - [Graduation Criteria](#graduation-criteria)
|
| 16 | + - [GA](#ga) |
16 | 17 | - [Upgrade / Downgrade Strategy](#upgrade--downgrade-strategy)
|
17 | 18 | - [Version Skew Strategy](#version-skew-strategy)
|
18 | 19 | - [Production Readiness Review Questionnaire](#production-readiness-review-questionnaire)
|
@@ -176,6 +177,23 @@ require more explanation.
|
176 | 177 |
|
177 | 178 | [deprecation-policy]: https://kubernetes.io/docs/reference/using-api/deprecation-policy/
|
178 | 179 |
|
| 180 | +#### GA |
| 181 | + |
| 182 | +- Feature remained disabled by default for 4 releases |
| 183 | +- Confirmed that feature gate is disabled by default in cloud-providers: |
| 184 | + GKE, OpenShift, EKS and AKS |
| 185 | +- Sweep of RemoveSelfLink in [grep app](https://grep.app) |
| 186 | + - The following issues were opened for repos explicitly setting `RemoveSelfLink=false`: |
| 187 | + - [ubuntu/microk8s](https://github.com/ubuntu/microk8s/issues/2829) |
| 188 | + - [giantnetes-kubernetes](https://github.com/giantswarm/giantnetes-terraform/issues/543) |
| 189 | + - [rancher-ceph](https://github.com/vasyakrg/rancher-ceph/issues/2) |
| 190 | + - [ansible-role-k8s](https://github.com/PyratLabs/ansible-role-k3s/issues/175) |
| 191 | + - The following issues were opened for repos that are vendoring old releases of Kubernetes |
| 192 | + that still has feature-gate set to `false`: |
| 193 | + - [volano](https://github.com/volcano-sh/volcano/issues/1948) |
| 194 | + - [service-catalog](https://github.com/kubernetes-sigs/service-catalog/issues/2909) |
| 195 | + - [kube-batch](https://github.com/kubernetes-sigs/kube-batch/issues/958) |
| 196 | + |
179 | 197 | ### Upgrade / Downgrade Strategy
|
180 | 198 |
|
181 | 199 | No specific strategy is required.
|
@@ -309,6 +327,8 @@ _This section must be completed when targeting beta graduation to a release._
|
309 | 327 |
|
310 | 328 | ## Implementation History
|
311 | 329 |
|
312 |
| -2019-07-23: KEP merged. |
313 |
| -2019-07-24: KEP move to implementable. |
314 |
| -v1.16: Released in Alpha |
| 330 | +- 2019-07-23: KEP merged. |
| 331 | +- 2019-07-24: KEP move to implementable. |
| 332 | +- v1.16: Released in Alpha |
| 333 | +- v1.20: Released in Beta, enabled by default |
| 334 | +- 2022-01-10: KEP updated to target GA in v1.24 |
0 commit comments