Merge pull request #96376 from gnufied/fsgroup-change-policy-beta

Move fsGroupChangePolicy feature to beta
This commit is contained in:
Kubernetes Prow Robot
2020-11-10 12:43:45 -08:00
committed by GitHub
6 changed files with 6 additions and 5 deletions

View File

@@ -2964,7 +2964,7 @@ type PodSecurityContext struct {
// volume types which support fsGroup based ownership(and permissions).
// It will have no effect on ephemeral volume types such as: secret, configmaps
// and emptydir.
// Valid values are "OnRootMismatch" and "Always". If not specified defaults to "Always".
// Valid values are "OnRootMismatch" and "Always". If not specified, "Always" is used.
// +optional
FSGroupChangePolicy *PodFSGroupChangePolicy
// Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported