Skip to content

Commit 87d1b26

Browse files
committed
feat: enable watch based route reconciliation by default
1 parent d488062 commit 87d1b26

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

chart/.snapshots/default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

chart/.snapshots/full.daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ args:
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"
2727
kind: Deployment

deploy/ccm-networks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

deploy/ccm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)