File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed
keps/sig-storage/1855-csi-driver-service-account-token Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 3
3
## Table of Contents
4
4
5
5
<!-- toc -->
6
-
7
6
- [ Summary] ( #summary )
8
7
- [ Motivation] ( #motivation )
9
8
- [ User stories] ( #user-stories )
15
14
- [ Notes/Constraints/Caveats] ( #notesconstraintscaveats )
16
15
- [ Test Plan] ( #test-plan )
17
16
- [ Graduation Criteria] ( #graduation-criteria )
17
+ - [ Alpha] ( #alpha )
18
18
- [ Alpha-> ; Beta] ( #alpha-beta )
19
19
- [ Beta-> ; GA] ( #beta-ga )
20
20
- [ Production Readiness Review Questionnaire] ( #production-readiness-review-questionnaire )
@@ -173,23 +173,30 @@ Option 1 is adopted. See discussion
173
173
174
174
### Graduation Criteria
175
175
176
- #### Alpha->Beta
176
+ #### Alpha
177
177
178
178
- Implemented the feature.
179
179
- Wrote all the unit and E2E tests.
180
180
181
+ #### Alpha->Beta
182
+
183
+ - Deployed the feature in production and went through at least minor k8s.
184
+ - Fixed any bugs.
185
+
181
186
#### Beta->GA
182
187
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.
184
189
version.
190
+ - Wrote stress/scale tests to make sure the feature is still working where
191
+ large number of pods are running.
185
192
186
193
## Production Readiness Review Questionnaire
187
194
188
195
### Feature Enablement and Rollback
189
196
190
197
- ** How can this feature be enabled / disabled in a live cluster?**
191
198
192
- - Feature gate name: CSIDriverServiceAccountToken
199
+ - Feature gate name: CSIServiceAccountToken
193
200
- Components depending on the feature gate: kubelet, kube-apiserver
194
201
- Will enabling / disabling the feature require downtime of the control
195
202
plane? no.
Original file line number Diff line number Diff line change @@ -17,8 +17,12 @@ approvers:
17
17
creation-date : 2020-06-09
18
18
last-updated : 2020-07-07
19
19
status : implementable
20
+ stage : alpha
21
+ latest-milestone : " v1.20"
22
+ milestone :
23
+ alpha : " v1.20"
20
24
feature-gates :
21
- - name : CSIDriverServiceAccountToken
25
+ - name : CSIServiceAccountToken
22
26
components :
23
27
- kube-apiserver
24
28
- kubelet
You can’t perform that action at this time.
0 commit comments