changing proxy mode to default 'userspace', issues with 'iptables'
This commit is contained in:
parent
563be70728
commit
9cecc30b6d
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ kube_cert_group: kube-cert
|
||||||
|
|
||||||
dns_domain: "{{ cluster_name }}"
|
dns_domain: "{{ cluster_name }}"
|
||||||
|
|
||||||
kube_proxy_mode: iptables
|
kube_proxy_mode: userspace
|
||||||
|
|
||||||
# IP address of the DNS server.
|
# IP address of the DNS server.
|
||||||
# Kubernetes will create a pod with several containers, serving as the DNS
|
# Kubernetes will create a pod with several containers, serving as the DNS
|
||||||
|
|
Loading…
Reference in a new issue