Skip to content

Commit 76257f4

Browse files
authored
Merge pull request kubernetes#3180 from josephburnett/master
KEP 2702: mark as implemented.
2 parents 8f81feb + 791616e commit 76257f4

File tree

2 files changed

+2
-78
lines changed

2 files changed

+2
-78
lines changed

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

Lines changed: 1 addition & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,8 @@
11
# Graduate v2beta2 Autoscaling API to GA
22

3-
**Note:** When your KEP is complete, all of these comment blocks should be removed.
4-
5-
To get started with this template:
6-
7-
- [ x ] **Pick a hosting SIG.**
8-
Make sure that the problem space is something the SIG is interested in taking
9-
up. KEPs should not be checked in without a sponsoring SIG.
10-
- [ x ] **Create an issue in kubernetes/enhancements**
11-
When filing an enhancement tracking issue, please make sure to complete all
12-
fields in that template. One of the fields asks for a link to the KEP. You
13-
can leave that blank until this KEP is filed, and then go back to the
14-
enhancement and add the link.
15-
- [ x ] **Make a copy of this template directory.**
16-
Copy this template into the owning SIG's directory and name it
17-
`NNNN-short-descriptive-title`, where `NNNN` is the issue number (with no
18-
leading-zero padding) assigned to your enhancement above.
19-
- [ x ] **Fill out as much of the kep.yaml file as you can.**
20-
At minimum, you should fill in the "Title", "Authors", "Owning-sig",
21-
"Status", and date-related fields.
22-
- [ x ] **Fill out this file as best you can.**
23-
At minimum, you should fill in the "Summary" and "Motivation" sections.
24-
These should be easy if you've preflighted the idea of the KEP with the
25-
appropriate SIG(s).
26-
- [ ] **Create a PR for this KEP.**
27-
Assign it to people in the SIG who are sponsoring this process.
28-
- [ ] **Merge early and iterate.**
29-
Avoid getting hung up on specific details and instead aim to get the goals of
30-
the KEP clarified and merged quickly. The best way to do this is to just
31-
start with the high-level sections and fill out details incrementally in
32-
subsequent PRs.
33-
34-
Just because a KEP is merged does not mean it is complete or approved. Any KEP
35-
marked as `provisional` is a working document and subject to change. You can
36-
denote sections that are under active debate as follows:
373
## Table of Contents
384

395
<!-- toc -->
40-
- [Release Signoff Checklist](#release-signoff-checklist)
416
- [Summary](#summary)
427
- [Motivation](#motivation)
438
- [Goals](#goals)
@@ -63,47 +28,6 @@ denote sections that are under active debate as follows:
6328
- [Drawbacks](#drawbacks)
6429
- [Alternatives](#alternatives)
6530
<!-- /toc -->
66-
## Release Signoff Checklist
67-
68-
<!--
69-
**ACTION REQUIRED:** In order to merge code into a release, there must be an
70-
issue in [kubernetes/enhancements] referencing this KEP and targeting a release
71-
milestone **before the [Enhancement Freeze](https://git.k8s.io/sig-release/releases)
72-
of the targeted release**.
73-
74-
For enhancements that make changes to code or processes/procedures in core
75-
Kubernetes—i.e., [kubernetes/kubernetes], we require the following Release
76-
Signoff checklist to be completed.
77-
78-
Check these off as they are completed for the Release Team to track. These
79-
checklist items _must_ be updated for the enhancement to be released.
80-
-->
81-
82-
Items marked with (R) are required *prior to targeting to a milestone / release*.
83-
84-
- [ ] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
85-
- [ ] (R) KEP approvers have approved the KEP status as `implementable`
86-
- [ ] (R) Design details are appropriately documented
87-
- [ ] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
88-
- [ ] e2e Tests for all Beta API Operations (endpoints)
89-
- [ ] (R) Ensure GA e2e tests for meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
90-
- [ ] (R) Minimum Two Week Window for GA e2e tests to prove flake free
91-
- [ ] (R) Graduation criteria is in place
92-
- [ ] (R) [all GA Endpoints](https://github.com/kubernetes/community/pull/1806) must be hit by [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
93-
- [ ] (R) Production readiness review completed
94-
- [ ] (R) Production readiness review approved
95-
- [ ] "Implementation History" section is up-to-date for milestone
96-
- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
97-
- [ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
98-
99-
<!--
100-
**Note:** This checklist is iterative and should be reviewed and updated every time this enhancement is being considered for a milestone.
101-
-->
102-
103-
[kubernetes.io]: https://kubernetes.io/
104-
[kubernetes/enhancements]: https://git.k8s.io/enhancements
105-
[kubernetes/kubernetes]: https://git.k8s.io/kubernetes
106-
[kubernetes/website]: https://git.k8s.io/website
10731

10832
## Summary
10933

@@ -563,4 +487,4 @@ For each of them, fill in the following information by copying the below templat
563487

564488
## Drawbacks
565489

566-
## Alternatives
490+
## Alternatives

keps/sig-autoscaling/2702-graduate-hpa-api-to-GA/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ prr-approvers:
1414
- "@johnbelamaric"
1515
creation-date: 2021-05-10
1616
last-updated: 2021-09-08
17-
status: implementable
17+
status: implemented
1818

1919
latest-milestone: "v1.23"
2020
stage: "stable"

0 commit comments

Comments
 (0)