Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KEP-1682: Mark CSIVolumeSupportFSGroup as implemented #3145

Merged
merged 1 commit into from
Jan 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion keps/sig-storage/1682-csi-driver-skip-permission/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
- [x] Production readiness review approved
- [x] "Implementation History" section is up-to-date for milestone
- [x] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
- [ ] Supporting documentation e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
- [x] Supporting documentation e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes

[kubernetes.io]: https://kubernetes.io/
[kubernetes/enhancements]: https://git.k8s.io/enhancements
Expand Down Expand Up @@ -266,3 +266,4 @@ There should be no noticeable increase to resource usage for any components.
- 2020-05-12 Updated to use new KEP template
- 2020-09-25 Moved E2E Tests for beta target
- 2020-11-12 Feature moved to beta
- 2021-10-27 Feature moved to GA
2 changes: 1 addition & 1 deletion keps/sig-storage/1682-csi-driver-skip-permission/kep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors:
owning-sig: sig-storage
participating-sigs:
- sig-storage
status: implementable
status: implemented
creation-date: 2020-04-27
reviewers:
- "@gnuified"
Expand Down