From 3876f08df482be48856dd41174f57d1b06dba6c9 Mon Sep 17 00:00:00 2001 From: Harish P Date: Fri, 25 Feb 2022 17:09:47 +0530 Subject: [PATCH] Release notes update for fsgroup --- content/docs/csidriver/release/powerstore.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/content/docs/csidriver/release/powerstore.md b/content/docs/csidriver/release/powerstore.md index fefaab1310..5a898fb75c 100644 --- a/content/docs/csidriver/release/powerstore.md +++ b/content/docs/csidriver/release/powerstore.md @@ -8,6 +8,7 @@ description: Release notes for PowerStore CSI driver ### New Features/Changes - Added support for Kubernetes 1.23. +- Added support to configure FSGroupPolicy ### Fixed Issues @@ -15,9 +16,10 @@ There are no fixed issues in this release. ### Known Issues -| Issue | Resolution or workaround, if known | -| ------------------------------------------------------------ | ------------------------------------------------------------ | -| Delete namespace that has PVCs and pods created with the driver. The External health monitor sidecar crashes as a result of this operation | Deleting the namespace deletes the PVCs first and then removes the pods in the namespace. This brings a condition where pods exist without their PVCs and causes the external-health-monitor sidecar to crash. This is a known issue and has been reported at https://github.com/kubernetes-csi/external-health-monitor/issues/100
| +| Issue | Resolution or workaround, if known | +|--------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| Delete namespace that has PVCs and pods created with the driver. The External health monitor sidecar crashes as a result of this operation | Deleting the namespace deletes the PVCs first and then removes the pods in the namespace. This brings a condition where pods exist without their PVCs and causes the external-health-monitor sidecar to crash. This is a known issue and has been reported at https://github.com/kubernetes-csi/external-health-monitor/issues/100
| +| FSGroupPolicy may not work as expected without root privileges for NFS only
https://github.com/kubernetes/examples/issues/260 | To get the desired behavior set "allowRoot: "true" in the storage class parameter | ### Note: