diff --git a/keps/sig-storage/2317-fsgroup-on-mount/README.md b/keps/sig-storage/2317-fsgroup-on-mount/README.md index 19290bd1bce..de4f1ed0937 100644 --- a/keps/sig-storage/2317-fsgroup-on-mount/README.md +++ b/keps/sig-storage/2317-fsgroup-on-mount/README.md @@ -351,35 +351,17 @@ _This section must be completed when targeting beta graduation to a release._ ## Implementation History - +- Feb 2 2021: KEP merged into kubernetes/enhancements repo ## Drawbacks - +- N/A ## Alternatives - +- 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 + great and not backward compatible. ## Infrastructure Needed (Optional) - +- Azure Cloudprovider access