placeholder CL for fsgroup policy beta
This commit is contained in:
parent
c0eaf6940a
commit
c5ffbec1ea
|
@ -81,7 +81,8 @@ different Kubernetes components.
|
||||||
| `CSIMigrationvSphereComplete` | `false` | Beta | 1.19 | |
|
| `CSIMigrationvSphereComplete` | `false` | Beta | 1.19 | |
|
||||||
| `CSIStorageCapacity` | `false` | Alpha | 1.19 | |
|
| `CSIStorageCapacity` | `false` | Alpha | 1.19 | |
|
||||||
| `CSIVolumeFSGroupPolicy` | `false` | Alpha | 1.19 | |
|
| `CSIVolumeFSGroupPolicy` | `false` | Alpha | 1.19 | |
|
||||||
| `ConfigurableFSGroupPolicy` | `false` | Alpha | 1.18 | |
|
| `ConfigurableFSGroupPolicy` | `false` | Alpha | 1.18 | 1.19 |
|
||||||
|
| `ConfigurableFSGroupPolicy` | `true` | Beta | 1.20 | |
|
||||||
| `CustomCPUCFSQuotaPeriod` | `false` | Alpha | 1.12 | |
|
| `CustomCPUCFSQuotaPeriod` | `false` | Alpha | 1.12 | |
|
||||||
| `CustomResourceDefaulting` | `false` | Alpha| 1.15 | 1.15 |
|
| `CustomResourceDefaulting` | `false` | Alpha| 1.15 | 1.15 |
|
||||||
| `CustomResourceDefaulting` | `true` | Beta | 1.16 | |
|
| `CustomResourceDefaulting` | `true` | Beta | 1.16 | |
|
||||||
|
|
|
@ -149,7 +149,7 @@ exit
|
||||||
|
|
||||||
## Configure volume permission and ownership change policy for Pods
|
## Configure volume permission and ownership change policy for Pods
|
||||||
|
|
||||||
{{< feature-state for_k8s_version="v1.18" state="alpha" >}}
|
{{< feature-state for_k8s_version="v1.20" state="beta" >}}
|
||||||
|
|
||||||
By default, Kubernetes recursively changes ownership and permissions for the contents of each
|
By default, Kubernetes recursively changes ownership and permissions for the contents of each
|
||||||
volume to match the `fsGroup` specified in a Pod's `securityContext` when that volume is
|
volume to match the `fsGroup` specified in a Pod's `securityContext` when that volume is
|
||||||
|
|
Loading…
Reference in New Issue