Skip to content

Commit e4b1451

Browse files
Removes feature-gates section since it's in GA stage
1 parent c23e0cb commit e4b1451

File tree

1 file changed

+0
-17
lines changed
  • keps/sig-autoscaling/2702-graduate-v2beta2-autoscaling-api-to-GA

1 file changed

+0
-17
lines changed

keps/sig-autoscaling/2702-graduate-v2beta2-autoscaling-api-to-GA/README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -128,23 +128,6 @@ However any HPA objects stored in the user's code repository (all your YAML file
128128
v2beta1 format. You should migrate all your HPA objects to the v2 format. See the types.go files or just
129129
run `kubectl get hpa.v2.autoscaling -oyaml` to see your objects in the v2 format.
130130

131-
132-
###### How can this feature be enabled / disabled in a live cluster?
133-
134-
<!--
135-
Pick one of these and delete the rest.
136-
-->
137-
138-
- [ ] Feature gate (also fill in values in `kep.yaml`)
139-
- Feature gate name:
140-
- Components depending on the feature gate:
141-
- [ ] Other
142-
- Describe the mechanism:
143-
- Will enabling / disabling the feature require downtime of the control
144-
plane?
145-
- Will enabling / disabling the feature require downtime or reprovisioning
146-
of a node? (Do not assume `Dynamic Kubelet Config` feature is enabled).
147-
148131
###### Does enabling the feature change any default behavior?
149132

150133
<!--

0 commit comments

Comments
 (0)