File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
content/en/docs/reference/command-line-tools-reference Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ different Kubernetes components.
61
61
| ` BalanceAttachedNodeVolumes ` | ` false ` | Alpha | 1.11 | |
62
62
| ` BoundServiceAccountTokenVolume ` | ` false ` | Alpha | 1.13 | 1.20 |
63
63
| ` BoundServiceAccountTokenVolume ` | ` true ` | Beta | 1.21 | |
64
+ | ` ControllerManagerLeaderMigration ` | ` false ` | Alpha | 1.21 | |
64
65
| ` CPUManager ` | ` false ` | Alpha | 1.8 | 1.9 |
65
66
| ` CPUManager ` | ` true ` | Beta | 1.10 | |
66
67
| ` CSIInlineVolume ` | ` false ` | Alpha | 1.15 | 1.15 |
@@ -478,6 +479,9 @@ 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 )
481
485
- ` CPUManager ` : Enable container level CPU affinity support, see
482
486
[ CPU Management Policies] ( /docs/tasks/administer-cluster/cpu-management-policies/ ) .
483
487
- ` CRIContainerLogRotation ` : Enable container log rotation for CRI container runtime. The default max size of a log file is 10MB and the
You can’t perform that action at this time.
0 commit comments