File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
prod-readiness/sig-storage
sig-storage/2317-fsgroup-on-mount Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
kep-number : 2317
2
2
alpha :
3
3
approver : " @deads2k"
4
+ beta :
5
+ approver : " @deads2k"
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ you need any help or guidance.
175
175
176
176
* ** How can this feature be enabled / disabled in a live cluster?**
177
177
- [x] Feature gate (also fill in values in ` kep.yaml ` )
178
- - Feature gate name: MountWithFSGroup
178
+ - Feature gate name: DelegateFSGroupToCSIDriver
179
179
- Components depending on the feature gate:
180
180
- Kubelet
181
181
- [ ] Other
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ title: Provide fsgroup of pod to CSI driver on mount
2
2
kep-number : 2317
3
3
authors :
4
4
- " @gnufied"
5
+ - " @verult"
5
6
owning-sig : sig-storage
6
7
participating-sigs :
7
8
status : implementable
@@ -17,20 +18,21 @@ see-also:
17
18
replaces :
18
19
19
20
# The target maturity stage in the current dev cycle for this KEP.
20
- stage : alpha
21
+ stage : beta
21
22
22
23
# The most recent milestone for which work toward delivery of this KEP has been
23
24
# done. This can be the current (upcoming) milestone, if it is being actively
24
25
# worked on.
25
- latest-milestone : " v1.22 "
26
+ latest-milestone : " v1.23 "
26
27
27
28
# The milestone at which this feature was, or is targeted to be, at each stage.
28
29
milestone :
29
30
alpha : " v1.22"
31
+ beta : " v1.23"
30
32
# The following PRR answers are required at alpha release
31
33
# List the feature gate name and the components for which it must be enabled
32
34
feature-gates :
33
- - name : MountWithFSGroup
35
+ - name : DelegateFSGroupToCSIDriver
34
36
components :
35
37
- kubelet
36
38
disable-supported : true
You can’t perform that action at this time.
0 commit comments