Fix pod & svc network
This commit is contained in:
parent
6772711145
commit
e6206ca929
3 changed files with 6 additions and 2 deletions
|
|
@ -85,6 +85,7 @@ apiServer:
|
|||
{% if kubernetes_network == "flannel" or kubernetes_network == "calico" %}
|
||||
networking:
|
||||
podSubnet: "{{ kubernetes_pods_network }}"
|
||||
serviceSubnet: "{{ kubernetes_svc_network }}"
|
||||
{% endif %}
|
||||
controllerManager:
|
||||
extraArgs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue