Skip to content

Commit 48612be

Browse files
authored
Merge pull request #30553 from gnufied/kep-695-doc
Move ConfigurableFSGroupPolicy to GA
2 parents 4457625 + 2ebfcfe commit 48612be

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
@@ -227,6 +227,7 @@ different Kubernetes components.
227227
| `BoundServiceAccountTokenVolume` | `false` | Alpha | 1.13 | 1.20 |
228228
| `BoundServiceAccountTokenVolume` | `true` | Beta | 1.21 | 1.21 |
229229
| `BoundServiceAccountTokenVolume` | `true` | GA | 1.22 | - |
230+
| `ConfigurableFSGroupPolicy` | `true` | GA | 1.23 | |
230231
| `CRIContainerLogRotation` | `false` | Alpha | 1.10 | 1.10 |
231232
| `CRIContainerLogRotation` | `true` | Beta | 1.11 | 1.20 |
232233
| `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)