Skip to content
Snippets Groups Projects
Unverified Commit 06f8368c authored by Aveline's avatar Aveline Committed by GitHub
Browse files

Fix Hetzner CCM cluster-cidr (#9127)

parent 5b976a8d
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ spec: ...@@ -43,7 +43,7 @@ spec:
- "--leader-elect=false" - "--leader-elect=false"
- "--allow-untagged-cloud" - "--allow-untagged-cloud"
- "--allocate-node-cidrs=true" - "--allocate-node-cidrs=true"
- "--cluster-cidr=10.244.0.0/16" - "--cluster-cidr={{ kube_pods_subnet }}"
{% if external_hcloud_cloud.controller_extra_args is defined %} {% if external_hcloud_cloud.controller_extra_args is defined %}
args: args:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment