Skip to content

Commit

Permalink
Disable --configure-cloud-routes on Azure CCM (#2185)
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>

Co-authored-by: Marko Mudrinić <mudrinic.mare@gmail.com>
  • Loading branch information
kubermatic-bot and xmudrii authored Jul 24, 2022
1 parent a56d556 commit 879f41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/ccm-azure/ccm-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ spec:
- "--cloud-provider=azure"
- "--cluster-name={{ .Config.Name }}"
- "--controllers=*,-cloud-node" # disable cloud-node controller
- "--configure-cloud-routes=true" # "false" for Azure CNI and "true" for other network plugins
- "--configure-cloud-routes=false" # "false" because we use VXLAN overlay
- "--leader-elect=true"
- "--route-reconciliation-period=10s"
- "--v=2"
Expand Down

0 comments on commit 879f41b

Please sign in to comment.