Skip to content

Commit 2b97646

Browse files
authored
Merge pull request #28816 from haardikdharma10/list-ControllerManagerLeaderMigration-feature-gate
List ControllerManagerLeaderMigration feature gate in feature gates page
2 parents 3f21885 + 7e73277 commit 2b97646

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ different Kubernetes components.
6161
| `BalanceAttachedNodeVolumes` | `false` | Alpha | 1.11 | |
6262
| `BoundServiceAccountTokenVolume` | `false` | Alpha | 1.13 | 1.20 |
6363
| `BoundServiceAccountTokenVolume` | `true` | Beta | 1.21 | |
64+
| `ControllerManagerLeaderMigration` | `false` | Alpha | 1.21 | |
6465
| `CPUManager` | `false` | Alpha | 1.8 | 1.9 |
6566
| `CPUManager` | `true` | Beta | 1.10 | |
6667
| `CSIInlineVolume` | `false` | Alpha | 1.15 | 1.15 |
@@ -478,6 +479,11 @@ Each feature gate is designed for enabling/disabling a specific feature:
478479
extended tokens by starting `kube-apiserver` with flag `--service-account-extend-token-expiration=false`.
479480
Check [Bound Service Account Tokens](https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/1205-bound-service-account-tokens/README.md)
480481
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.
481487
- `CPUManager`: Enable container level CPU affinity support, see
482488
[CPU Management Policies](/docs/tasks/administer-cluster/cpu-management-policies/).
483489
- `CRIContainerLogRotation`: Enable container log rotation for CRI container runtime. The default max size of a log file is 10MB and the

0 commit comments

Comments
 (0)