Merge pull request #125475 from AkihiroSuda/rro
KEP-3857: promote RecursiveReadOnlyMounts feature to beta
This commit is contained in:
		@@ -933,6 +933,7 @@ const (
 | 
				
			|||||||
	// owner: @AkihiroSuda
 | 
						// owner: @AkihiroSuda
 | 
				
			||||||
	// kep: https://kep.k8s.io/3857
 | 
						// kep: https://kep.k8s.io/3857
 | 
				
			||||||
	// alpha: v1.30
 | 
						// alpha: v1.30
 | 
				
			||||||
 | 
						// beta: v1.31
 | 
				
			||||||
	//
 | 
						//
 | 
				
			||||||
	// Allows recursive read-only mounts.
 | 
						// Allows recursive read-only mounts.
 | 
				
			||||||
	RecursiveReadOnlyMounts featuregate.Feature = "RecursiveReadOnlyMounts"
 | 
						RecursiveReadOnlyMounts featuregate.Feature = "RecursiveReadOnlyMounts"
 | 
				
			||||||
@@ -1280,5 +1281,5 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	StorageNamespaceIndex: {Default: true, PreRelease: featuregate.Beta},
 | 
						StorageNamespaceIndex: {Default: true, PreRelease: featuregate.Beta},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	RecursiveReadOnlyMounts: {Default: false, PreRelease: featuregate.Alpha},
 | 
						RecursiveReadOnlyMounts: {Default: true, PreRelease: featuregate.Beta},
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user