Skip to content

Commit 2ebfcfe

Browse files
committed
Update docs for ConfigurableFSGroupPolicy
1 parent f2765df commit 2ebfcfe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ different Kubernetes components.
222222
| `BoundServiceAccountTokenVolume` | `false` | Alpha | 1.13 | 1.20 |
223223
| `BoundServiceAccountTokenVolume` | `true` | Beta | 1.21 | 1.21 |
224224
| `BoundServiceAccountTokenVolume` | `true` | GA | 1.22 | - |
225+
| `ConfigurableFSGroupPolicy` | `true` | GA | 1.23 | |
225226
| `CRIContainerLogRotation` | `false` | Alpha | 1.10 | 1.10 |
226227
| `CRIContainerLogRotation` | `true` | Beta | 1.11 | 1.20 |
227228
| `CRIContainerLogRotation` | `true` | GA | 1.21 | - |

content/en/docs/tasks/configure-pod-container/security-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ exit
149149

150150
## Configure volume permission and ownership change policy for Pods
151151

152-
{{< feature-state for_k8s_version="v1.20" state="beta" >}}
152+
{{< feature-state for_k8s_version="v1.23" state="stable" >}}
153153

154154
By default, Kubernetes recursively changes ownership and permissions for the contents of each
155155
volume to match the `fsGroup` specified in a Pod's `securityContext` when that volume is

0 commit comments

Comments
 (0)