Skip to content

Commit 4222cb1

Browse files
Update feature-gates.md
1 parent a64769c commit 4222cb1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 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,9 @@ 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)
481485
- `CPUManager`: Enable container level CPU affinity support, see
482486
[CPU Management Policies](/docs/tasks/administer-cluster/cpu-management-policies/).
483487
- `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)