Skip to content

Commit 90424fd

Browse files
authored
Merge pull request kubernetes#2723 from gnufied/update-new-sections-for-fsgroup
Add new sections in kep
2 parents ee4751c + afa595b commit 90424fd

File tree

1 file changed

+5
-23
lines changed
  • keps/sig-storage/2317-fsgroup-on-mount

1 file changed

+5
-23
lines changed

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

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -351,35 +351,17 @@ _This section must be completed when targeting beta graduation to a release._
351351

352352
## Implementation History
353353

354-
<!--
355-
Major milestones in the lifecycle of a KEP should be tracked in this section.
356-
Major milestones might include:
357-
- the `Summary` and `Motivation` sections being merged, signaling SIG acceptance
358-
- the `Proposal` section being merged, signaling agreement on a proposed design
359-
- the date implementation started
360-
- the first Kubernetes release where an initial version of the KEP was available
361-
- the version of Kubernetes where the KEP graduated to general availability
362-
- when the KEP was retired or superseded
363-
-->
354+
- Feb 2 2021: KEP merged into kubernetes/enhancements repo
364355

365356
## Drawbacks
366357

367-
<!--
368-
Why should this KEP _not_ be implemented?
369-
-->
358+
- N/A
370359

371360
## Alternatives
372361

373-
<!--
374-
What other approaches did you consider, and why did you rule them out? These do
375-
not need to be as detailed as the proposal, but should include enough
376-
information to express the idea and why it was not acceptable.
377-
-->
362+
- An alternative to supplying fsgroup of the pod to the CSI driver is to mount volumes with 777 permissions or run pods. Both of these alternatives are not
363+
great and not backward compatible.
378364

379365
## Infrastructure Needed (Optional)
380366

381-
<!--
382-
Use this section if you need things from the project/SIG. Examples include a
383-
new subproject, repos requested, or GitHub details. Listing these here allows a
384-
SIG to get the process for these resources started right away.
385-
-->
367+
- Azure Cloudprovider access

0 commit comments

Comments
 (0)