Skip to content

Commit 5f6d4f5

Browse files
authored
Merge pull request kubernetes#2024 from gnufied/update-skip-permission-kep
Update fsGroupChangePolicy for beta in 1.20
2 parents e5229c5 + 491bcf8 commit 5f6d4f5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

keps/sig-storage/695-skip-permission-change/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,11 @@ details). For now we leave it here though.
249249
* Alpha in 1.18 provided all tests are passing and gated by the feature Gate
250250
`ConfigurableFSGroupPermissions` and set to a default of `False`
251251

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
253253
(non-production), with discussions in SIG-Storage regarding success of
254254
deployments. A metric will be added to report time taken to perform a
255255
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
257257

258258

259259
[umbrella issues]: https://github.com/kubernetes/kubernetes/issues/69699

keps/sig-storage/695-skip-permission-change/kep.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ creation-date: 2020-01-20
1515
last-updated: 2020-01-20
1616
status: implementable
1717
see-also:
18+
- https://github.com/kubernetes/enhancements/issues/1682
1819
replaces:
1920
superseded-by:
2021

@@ -28,3 +29,4 @@ feature-gates:
2829
components:
2930
- kube-apiserver
3031
- kubelet
32+

0 commit comments

Comments
 (0)