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

@@ -436,6 +436,7 @@ const (
// owner: @gnufied
// alpha: v1.18
// beta: v1.20
// Allows user to configure volume permission change policy for fsGroups when mounting
// a volume in a Pod.
ConfigurableFSGroupPolicy featuregate.Feature = "ConfigurableFSGroupPolicy"