@@ -411,9 +411,6 @@ Each feature gate is designed for enabling/disabling a specific feature:
411
411
This feature gate guards * a group* of CPUManager options whose quality level is beta.
412
412
This feature gate will never graduate to stable.
413
413
- ` CPUManagerPolicyOptions ` : Allow fine-tuning of CPUManager policies.
414
- - ` CrossNamespaceVolumeDataSource ` : Enable the usage of cross namespace volume data source
415
- to allow you to specify a source namespace in the ` dataSourceRef ` field of a
416
- PersistentVolumeClaim.
417
414
- ` CSIInlineVolume ` : Enable CSI Inline volumes support for pods.
418
415
- ` CSIMigration ` : Enables shims and translation logic to route volume
419
416
operations from in-tree plugins to corresponding pre-installed CSI plugins
@@ -444,7 +441,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
444
441
Does not support falling back for provision operations, for those the CSI
445
442
plugin must be installed and configured. Requires CSIMigration feature flag
446
443
enabled.
447
- - ` csiMigrationRBD ` : Enables shims and translation logic to route volume
444
+ - ` CSIMigrationRBD ` : Enables shims and translation logic to route volume
448
445
operations from the RBD in-tree plugin to Ceph RBD CSI plugin. Requires
449
446
CSIMigration and csiMigrationRBD feature flags enabled and Ceph CSI plugin
450
447
installed and configured in the cluster. This flag has been deprecated in
@@ -467,11 +464,16 @@ Each feature gate is designed for enabling/disabling a specific feature:
467
464
[ Storage Capacity] ( /docs/concepts/storage/storage-capacity/ ) .
468
465
Check the [ ` csi ` volume type] ( /docs/concepts/storage/volumes/#csi ) documentation for more details.
469
466
- ` CSIVolumeHealth ` : Enable support for CSI volume health monitoring on node.
467
+ - ` ConsistentHTTPGetHandlers ` : Normalize HTTP get URL and Header passing for lifecycle
468
+ handlers with probers.
470
469
- ` ContextualLogging ` : When you enable this feature gate, Kubernetes components that support
471
470
contextual logging add extra detail to log output.
472
471
- ` ControllerManagerLeaderMigration ` : Enables leader migration for
473
472
` kube-controller-manager ` and ` cloud-controller-manager ` .
474
473
- ` CronJobTimeZone ` : Allow the use of the ` timeZone ` optional field in [ CronJobs] ( /docs/concepts/workloads/controllers/cron-jobs/ )
474
+ - ` CrossNamespaceVolumeDataSource ` : Enable the usage of cross namespace volume data source
475
+ to allow you to specify a source namespace in the ` dataSourceRef ` field of a
476
+ PersistentVolumeClaim.
475
477
- ` CustomCPUCFSQuotaPeriod ` : Enable nodes to change ` cpuCFSQuotaPeriod ` in
476
478
[ kubelet config] ( /docs/tasks/administer-cluster/kubelet-config-file/ ) .
477
479
- ` CustomResourceValidationExpressions ` : Enable expression language validation in CRD
@@ -496,6 +498,8 @@ Each feature gate is designed for enabling/disabling a specific feature:
496
498
[ downward API] ( /docs/tasks/inject-data-application/downward-api-volume-expose-pod-information ) .
497
499
- ` DryRun ` : Enable server-side [ dry run] ( /docs/reference/using-api/api-concepts/#dry-run ) requests
498
500
so that validation, merging, and mutation can be tested without committing.
501
+ - `DynamicResourceAllocation": Enables support for resources with custom parameters and a lifecycle
502
+ that is independent of a Pod.
499
503
- ` EndpointSliceTerminatingCondition ` : Enables EndpointSlice ` terminating ` and ` serving `
500
504
condition fields.
501
505
- ` EfficientWatchResumption ` : Allows for storage-originated bookmark (progress
@@ -745,6 +749,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
745
749
- ` WatchBookmark ` : Enable support for watch bookmark events.
746
750
- ` WinDSR ` : Allows kube-proxy to create DSR loadbalancers for Windows.
747
751
- ` WinOverlay ` : Allows kube-proxy to run in overlay mode for Windows.
752
+ - ` WindowsHostNetwork ` : Enables support for joining Windows containers to a hosts' network namespace.
748
753
- ` WindowsHostProcessContainers ` : Enables support for Windows HostProcess containers.
749
754
750
755
0 commit comments