Skip to content

Commit

Permalink
Merge pull request #48946 from igtsekov/patch-1
Browse files Browse the repository at this point in the history
Update controller-manager-leader-migration.md
  • Loading branch information
k8s-ci-robot authored Dec 6, 2024
2 parents 29282a9 + f1d5525 commit 3d2ce3e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ Leader Migration can be enabled without a configuration. Please see
kind: LeaderMigrationConfiguration
apiVersion: controllermanager.config.k8s.io/v1
leaderName: cloud-provider-extraction-migration
resourceLock: leases
controllerLeaders:
- name: route
component: kube-controller-manager
Expand All @@ -123,6 +124,7 @@ between both parties of the migration.
kind: LeaderMigrationConfiguration
apiVersion: controllermanager.config.k8s.io/v1
leaderName: cloud-provider-extraction-migration
resourceLock: leases
controllerLeaders:
- name: route
component: *
Expand Down Expand Up @@ -156,6 +158,7 @@ which has the same effect.
kind: LeaderMigrationConfiguration
apiVersion: controllermanager.config.k8s.io/v1
leaderName: cloud-provider-extraction-migration
resourceLock: leases
controllerLeaders:
- name: route
component: cloud-controller-manager
Expand Down Expand Up @@ -235,6 +238,7 @@ controllers.
kind: LeaderMigrationConfiguration
apiVersion: controllermanager.config.k8s.io/v1
leaderName: cloud-provider-extraction-migration
resourceLock: leases
controllerLeaders:
- name: route
component: *
Expand Down

0 comments on commit 3d2ce3e

Please sign in to comment.