You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-storage/2317-fsgroup-on-mount/README.md
+5-23Lines changed: 5 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -351,35 +351,17 @@ _This section must be completed when targeting beta graduation to a release._
351
351
352
352
## Implementation History
353
353
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
364
355
365
356
## Drawbacks
366
357
367
-
<!--
368
-
Why should this KEP _not_ be implemented?
369
-
-->
358
+
- N/A
370
359
371
360
## Alternatives
372
361
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.
378
364
379
365
## Infrastructure Needed (Optional)
380
366
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.
0 commit comments