Skip to content

Commit bc2e2b8

Browse files
committed
update kep to be eiligible for 1.20
1 parent cd1f616 commit bc2e2b8

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

keps/sig-storage/1855-csi-driver-service-account-token/README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
## Table of Contents
44

55
<!-- toc -->
6-
76
- [Summary](#summary)
87
- [Motivation](#motivation)
98
- [User stories](#user-stories)
@@ -15,6 +14,7 @@
1514
- [Notes/Constraints/Caveats](#notesconstraintscaveats)
1615
- [Test Plan](#test-plan)
1716
- [Graduation Criteria](#graduation-criteria)
17+
- [Alpha](#alpha)
1818
- [Alpha-&gt;Beta](#alpha-beta)
1919
- [Beta-&gt;GA](#beta-ga)
2020
- [Production Readiness Review Questionnaire](#production-readiness-review-questionnaire)
@@ -173,23 +173,30 @@ Option 1 is adopted. See discussion
173173

174174
### Graduation Criteria
175175

176-
#### Alpha->Beta
176+
#### Alpha
177177

178178
- Implemented the feature.
179179
- Wrote all the unit and E2E tests.
180180

181+
#### Alpha->Beta
182+
183+
- Deployed the feature in production and went through at least minor k8s.
184+
- Fixed any bugs.
185+
181186
#### Beta->GA
182187

183-
- Deployed the feature in production and went through at least minor k8s
188+
- Deployed the feature in production and went through at least minor k8s.
184189
version.
190+
- Wrote stress/scale tests to make sure the feature is still working where
191+
large number of pods are running.
185192

186193
## Production Readiness Review Questionnaire
187194

188195
### Feature Enablement and Rollback
189196

190197
- **How can this feature be enabled / disabled in a live cluster?**
191198

192-
- Feature gate name: CSIDriverServiceAccountToken
199+
- Feature gate name: CSIServiceAccountToken
193200
- Components depending on the feature gate: kubelet, kube-apiserver
194201
- Will enabling / disabling the feature require downtime of the control
195202
plane? no.

keps/sig-storage/1855-csi-driver-service-account-token/kep.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,12 @@ approvers:
1717
creation-date: 2020-06-09
1818
last-updated: 2020-07-07
1919
status: implementable
20+
stage: alpha
21+
latest-milestone: "v1.20"
22+
milestone:
23+
alpha: "v1.20"
2024
feature-gates:
21-
- name: CSIDriverServiceAccountToken
25+
- name: CSIServiceAccountToken
2226
components:
2327
- kube-apiserver
2428
- kubelet

0 commit comments

Comments
 (0)