You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -478,6 +479,11 @@ Each feature gate is designed for enabling/disabling a specific feature:
478
479
extended tokens by starting `kube-apiserver` with flag `--service-account-extend-token-expiration=false`.
479
480
Check [Bound Service Account Tokens](https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/1205-bound-service-account-tokens/README.md)
480
481
for more details.
482
+
-`ControllerManagerLeaderMigration`: Enables Leader Migration for
483
+
[kube-controller-manager](/docs/tasks/administer-cluster/controller-manager-leader-migration/#initial-leader-migration-configuration) and
484
+
[cloud-controller-manager](/docs/tasks/administer-cluster/controller-manager-leader-migration/#deploy-cloud-controller-manager) which allows a cluster operator to live migrate
485
+
controllers from the kube-controller-manager into an external controller-manager
486
+
(e.g. the cloud-controller-manager) in an HA cluster without downtime.
481
487
-`CPUManager`: Enable container level CPU affinity support, see
0 commit comments