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 @@ -227,6 +227,7 @@ different Kubernetes components.
227
227
| ` BoundServiceAccountTokenVolume ` | ` false ` | Alpha | 1.13 | 1.20 |
228
228
| ` BoundServiceAccountTokenVolume ` | ` true ` | Beta | 1.21 | 1.21 |
229
229
| ` BoundServiceAccountTokenVolume ` | ` true ` | GA | 1.22 | - |
230
+ | ` ConfigurableFSGroupPolicy ` | ` true ` | GA | 1.23 | |
230
231
| ` CRIContainerLogRotation ` | ` false ` | Alpha | 1.10 | 1.10 |
231
232
| ` CRIContainerLogRotation ` | ` true ` | Beta | 1.11 | 1.20 |
232
233
| ` 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