Skip to content

Commit a7cd639

Browse files
Test toc test failures
1 parent b9018dd commit a7cd639

File tree

1 file changed

+10
-0
lines changed
  • keps/sig-autoscaling/2702-graduate-hpa-api-to-GA

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,15 @@ denote sections that are under active debate as follows:
5353
- [Upgrade/Downgrade Strategy](#upgradedowngrade-strategy)
5454
- [Production Readiness Review Questionnaire](#production-readiness-review-questionnaire)
5555
- [Requirements for migration](#requirements-for-migration)
56+
- [Feature Enablement and Rollback](#feature-enablement-and-rollback)
5657
- [Rollout, Upgrade and Rollback Planning](#rollout-upgrade-and-rollback-planning)
5758
- [Monitoring Requirements](#monitoring-requirements)
5859
- [Dependencies](#dependencies)
5960
- [Scalability](#scalability)
6061
- [Troubleshooting](#troubleshooting)
6162
- [Implementation History](#implementation-history)
63+
- [Drawbacks](#drawbacks)
64+
- [Alternatives](#alternatives)
6265
<!-- /toc -->
6366
## Release Signoff Checklist
6467

@@ -208,6 +211,9 @@ However any HPA objects stored in the user's code repository (all your YAML file
208211
v2beta1 format. You should migrate all your HPA objects to the v2 format. See the types.go files or just
209212
run `kubectl get hpa.v2.autoscaling -oyaml` to see your objects in the v2 format.
210213

214+
### Feature Enablement and Rollback
215+
N/A
216+
211217
###### Does enabling the feature change any default behavior?
212218

213219
<!--
@@ -567,3 +573,7 @@ For each of them, fill in the following information by copying the below templat
567573
* Container Resource Targets
568574
* [Proposed](https://github.com/kubernetes/enhancements/blob/master/keps/sig-autoscaling/0001-container-resource-autoscaling.md) on Mar 30, 2020
569575
(Implementation is pending)
576+
577+
## Drawbacks
578+
579+
## Alternatives

0 commit comments

Comments
 (0)