File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
reference/command-line-tools-reference
tasks/configure-pod-container Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -222,6 +222,7 @@ different Kubernetes components.
222
222
| ` BoundServiceAccountTokenVolume ` | ` false ` | Alpha | 1.13 | 1.20 |
223
223
| ` BoundServiceAccountTokenVolume ` | ` true ` | Beta | 1.21 | 1.21 |
224
224
| ` BoundServiceAccountTokenVolume ` | ` true ` | GA | 1.22 | - |
225
+ | ` ConfigurableFSGroupPolicy ` | ` true ` | GA | 1.23 | |
225
226
| ` CRIContainerLogRotation ` | ` false ` | Alpha | 1.10 | 1.10 |
226
227
| ` CRIContainerLogRotation ` | ` true ` | Beta | 1.11 | 1.20 |
227
228
| ` CRIContainerLogRotation ` | ` true ` | GA | 1.21 | - |
Original file line number Diff line number Diff line change 149
149
150
150
## Configure volume permission and ownership change policy for Pods
151
151
152
- {{< feature-state for_k8s_version="v1.20 " state="beta " >}}
152
+ {{< feature-state for_k8s_version="v1.23 " state="stable " >}}
153
153
154
154
By default, Kubernetes recursively changes ownership and permissions for the contents of each
155
155
volume to match the ` fsGroup ` specified in a Pod's ` securityContext ` when that volume is
You can’t perform that action at this time.
0 commit comments