Skip to content

Commit 9ecd0a0

Browse files
committed
FSGroup CSI delegation KEP: update metadata, update feature gate name to the latest version
1 parent 561c1d9 commit 9ecd0a0

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
kep-number: 2317
22
alpha:
33
approver: "@deads2k"
4+
beta:
5+
approver: "@deads2k"

keps/sig-storage/2317-fsgroup-on-mount/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ you need any help or guidance.
175175

176176
* **How can this feature be enabled / disabled in a live cluster?**
177177
- [x] Feature gate (also fill in values in `kep.yaml`)
178-
- Feature gate name: MountWithFSGroup
178+
- Feature gate name: DelegateFSGroupToCSIDriver
179179
- Components depending on the feature gate:
180180
- Kubelet
181181
- [ ] Other

keps/sig-storage/2317-fsgroup-on-mount/kep.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ title: Provide fsgroup of pod to CSI driver on mount
22
kep-number: 2317
33
authors:
44
- "@gnufied"
5+
- "@verult"
56
owning-sig: sig-storage
67
participating-sigs:
78
status: implementable
@@ -17,20 +18,21 @@ see-also:
1718
replaces:
1819

1920
# The target maturity stage in the current dev cycle for this KEP.
20-
stage: alpha
21+
stage: beta
2122

2223
# The most recent milestone for which work toward delivery of this KEP has been
2324
# done. This can be the current (upcoming) milestone, if it is being actively
2425
# worked on.
25-
latest-milestone: "v1.22"
26+
latest-milestone: "v1.23"
2627

2728
# The milestone at which this feature was, or is targeted to be, at each stage.
2829
milestone:
2930
alpha: "v1.22"
31+
beta: "v1.23"
3032
# The following PRR answers are required at alpha release
3133
# List the feature gate name and the components for which it must be enabled
3234
feature-gates:
33-
- name: MountWithFSGroup
35+
- name: DelegateFSGroupToCSIDriver
3436
components:
3537
- kubelet
3638
disable-supported: true

0 commit comments

Comments
 (0)