From cde07bd199cd8a792a3f9a17e250801440b7883f Mon Sep 17 00:00:00 2001 From: Andy Zhang Date: Thu, 18 Jul 2024 15:06:06 +0800 Subject: [PATCH] Update README.md --- deploy/example/fsgroup/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy/example/fsgroup/README.md b/deploy/example/fsgroup/README.md index 6c4640b9..b6419109 100644 --- a/deploy/example/fsgroup/README.md +++ b/deploy/example/fsgroup/README.md @@ -1,6 +1,7 @@ # fsGroup Support -[fsGroupPolicy](https://kubernetes-csi.github.io/docs/support-fsgroup.html) feature is Beta from Kubernetes 1.20, and disabled by default, follow below steps to enable this feature. +[fsGroupPolicy](https://kubernetes-csi.github.io/docs/support-fsgroup.html) feature is Beta from Kubernetes 1.20 and GA from Kubernetes 1.23. +It is disabled by default up to version 3.1.0 of the chart and enabled by default from version 4.0.0 of the chart, follow below steps to enable this feature in older charts. ### Option#1: Enable fsGroupPolicy support in [driver helm installation](../../../charts)