@@ -251,9 +251,6 @@ For a reference to old feature gates that are removed, please refer to
251
251
| ` CSIStorageCapacity ` | ` true ` | Beta | 1.21 | 1.23 |
252
252
| ` CSIStorageCapacity ` | ` true ` | GA | 1.24 | - |
253
253
| ` ConsistentHTTPGetHandlers ` | ` true ` | GA | 1.25 | - |
254
- | ` ControllerManagerLeaderMigration ` | ` false ` | Alpha | 1.21 | 1.21 |
255
- | ` ControllerManagerLeaderMigration ` | ` true ` | Beta | 1.22 | 1.23 |
256
- | ` ControllerManagerLeaderMigration ` | ` true ` | GA | 1.24 | - |
257
254
| ` DaemonSetUpdateSurge ` | ` false ` | Alpha | 1.21 | 1.21 |
258
255
| ` DaemonSetUpdateSurge ` | ` true ` | Beta | 1.22 | 1.24 |
259
256
| ` DaemonSetUpdateSurge ` | ` true ` | GA | 1.25 | - |
@@ -390,12 +387,6 @@ Each feature gate is designed for enabling/disabling a specific feature:
390
387
See [ AppArmor Tutorial] ( /docs/tutorials/security/apparmor/ ) for more details.
391
388
- ` ContainerCheckpoint ` : Enables the kubelet ` checkpoint ` API.
392
389
See [ Kubelet Checkpoint API] ( /docs/reference/node/kubelet-checkpoint-api/ ) for more details.
393
- - ` ControllerManagerLeaderMigration ` : Enables Leader Migration for
394
- [ kube-controller-manager] ( /docs/tasks/administer-cluster/controller-manager-leader-migration/#initial-leader-migration-configuration ) and
395
- [ cloud-controller-manager] ( /docs/tasks/administer-cluster/controller-manager-leader-migration/#deploy-cloud-controller-manager )
396
- which allows a cluster operator to live migrate
397
- controllers from the kube-controller-manager into an external controller-manager
398
- (e.g. the cloud-controller-manager) in an HA cluster without downtime.
399
390
- ` CPUManager ` : Enable container level CPU affinity support, see
400
391
[ CPU Management Policies] ( /docs/tasks/administer-cluster/cpu-management-policies/ ) .
401
392
- ` CPUManagerPolicyAlphaOptions ` : This allows fine-tuning of CPUManager policies,
@@ -467,8 +458,6 @@ Each feature gate is designed for enabling/disabling a specific feature:
467
458
handlers with probers.
468
459
- ` ContextualLogging ` : When you enable this feature gate, Kubernetes components that support
469
460
contextual logging add extra detail to log output.
470
- - ` ControllerManagerLeaderMigration ` : Enables leader migration for
471
- ` kube-controller-manager ` and ` cloud-controller-manager ` .
472
461
- ` CronJobTimeZone ` : Allow the use of the ` timeZone ` optional field in [ CronJobs] ( /docs/concepts/workloads/controllers/cron-jobs/ )
473
462
- ` CrossNamespaceVolumeDataSource ` : Enable the usage of cross namespace volume data source
474
463
to allow you to specify a source namespace in the ` dataSourceRef ` field of a
0 commit comments