Fix Hetzner CCM cluster-cidr (#9127)
This commit is contained in:
parent
5b976a8d80
commit
06f8368ce6
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue