File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
keps/sig-storage/695-skip-permission-change Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -249,11 +249,11 @@ details). For now we leave it here though.
249
249
* Alpha in 1.18 provided all tests are passing and gated by the feature Gate
250
250
` ConfigurableFSGroupPermissions ` and set to a default of ` False `
251
251
252
- * Beta in 1.19 with design validated by at least two customer deployments
252
+ * Beta in 1.20 with design validated by at least two customer deployments
253
253
(non-production), with discussions in SIG-Storage regarding success of
254
254
deployments. A metric will be added to report time taken to perform a
255
255
volume ownership change. Also e2e tests that verify volume permissions with various ` FSGroupChangePolicy ` .
256
- * GA in 1.20 , with Node E2E tests in place tagged with feature Storage
256
+ * GA in 1.21 , with Node E2E tests in place tagged with feature Storage
257
257
258
258
259
259
[ umbrella issues ] : https://github.com/kubernetes/kubernetes/issues/69699
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ creation-date: 2020-01-20
15
15
last-updated : 2020-01-20
16
16
status : implementable
17
17
see-also :
18
+ - https://github.com/kubernetes/enhancements/issues/1682
18
19
replaces :
19
20
superseded-by :
20
21
@@ -28,3 +29,4 @@ feature-gates:
28
29
components :
29
30
- kube-apiserver
30
31
- kubelet
32
+
You can’t perform that action at this time.
0 commit comments