Skip to content

Commit abd3012

Browse files
authored
Merge pull request kubernetes-csi#470 from dobsonj/kep-1682-ga
Move CSIVolumeFSGroupPolicy to GA
2 parents a9c515e + 036becf commit abd3012

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

book/src/csi-driver-object.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ metadata:
3030
spec:
3131
attachRequired: true
3232
podInfoOnMount: true
33-
fsGroupPolicy: File # added in Kubernetes 1.19, this field is beta as of Kubernetes 1.20
33+
fsGroupPolicy: File # added in Kubernetes 1.19, this field is GA as of Kubernetes 1.23
3434
volumeLifecycleModes: # added in Kubernetes 1.16, this field is beta
3535
- Persistent
3636
- Ephemeral
@@ -61,7 +61,7 @@ These are the important fields:
6161
- For more information see [Pod Info on Mount](pod-info.md).
6262
- `fsGroupPolicy`
6363
- This field was added in Kubernetes 1.19 and cannot be set when using an older Kubernetes release.
64-
- This field is beta in Kubernetes 1.20.
64+
- This field is beta in Kubernetes 1.20 and GA in Kubernetes 1.23.
6565
- Controls if this CSI volume driver supports volume ownership and permission changes when volumes are mounted.
6666
- The following modes are supported, and if not specified the default is `ReadWriteOnceWithFSType`:
6767
- `None`: Indicates that volumes will be mounted with no modifications, as the CSI volume driver does not support these operations.

book/src/support-fsgroup.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
Status | Min K8s Version | Max K8s Version
66
--|--|--
77
Alpha | 1.19 | 1.19
8-
Beta | 1.20 | -
8+
Beta | 1.20 | 1.22
9+
GA | 1.23 | -
910

1011
# Overview
1112

@@ -47,3 +48,4 @@ To use this field, Kubernetes 1.19 binaries must start with the `CSIVolumeFSGrou
4748
```
4849
--feature-gates=CSIVolumeFSGroupPolicy=true
4950
```
51+
This is enabled by default on 1.20 and higher.

0 commit comments

Comments
 (0)