File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ spec:
140140 args :
141141 - " --allow-untagged-cloud"
142142 - " --cloud-provider=hcloud"
143- - " --feature-gates=CloudControllerManagerWatchBasedRoutesReconciliation=false "
143+ - " --feature-gates=CloudControllerManagerWatchBasedRoutesReconciliation=true "
144144 - " --route-reconciliation-period=30s"
145145 - " --webhook-secure-port=0"
146146 - " --leader-elect=false"
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ spec:
150150 - " /bin/hcloud-cloud-controller-manager"
151151 - " --allow-untagged-cloud"
152152 - " --cloud-provider=hcloud"
153- - " --feature-gates=CloudControllerManagerWatchBasedRoutesReconciliation=false "
153+ - " --feature-gates=CloudControllerManagerWatchBasedRoutesReconciliation=true "
154154 - " --route-reconciliation-period=30s"
155155 - " --webhook-secure-port=0"
156156 env :
Original file line number Diff line number Diff line change 2121 # - Node deleted
2222 # - Node PodCIDRs, or Addresses updated
2323 # This replaces the fixed route reconcile interval of 30s
24- feature-gates : " CloudControllerManagerWatchBasedRoutesReconciliation=false "
24+ feature-gates : " CloudControllerManagerWatchBasedRoutesReconciliation=true "
2525
2626# Change deployment kind from "Deployment" to "DaemonSet"
2727kind : Deployment
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ spec:
139139 args :
140140 - " --allow-untagged-cloud"
141141 - " --cloud-provider=hcloud"
142- - " --feature-gates=CloudControllerManagerWatchBasedRoutesReconciliation=false "
142+ - " --feature-gates=CloudControllerManagerWatchBasedRoutesReconciliation=true "
143143 - " --route-reconciliation-period=30s"
144144 - " --webhook-secure-port=0"
145145 - " --allocate-node-cidrs=true"
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ spec:
138138 args :
139139 - " --allow-untagged-cloud"
140140 - " --cloud-provider=hcloud"
141- - " --feature-gates=CloudControllerManagerWatchBasedRoutesReconciliation=false "
141+ - " --feature-gates=CloudControllerManagerWatchBasedRoutesReconciliation=true "
142142 - " --route-reconciliation-period=30s"
143143 - " --webhook-secure-port=0"
144144 - " --leader-elect=false"
You can’t perform that action at this time.
0 commit comments