@ -89,13 +89,13 @@ kube_network_node_prefix: 24
# The port the API Server will be listening on.
# The port the API Server will be listening on.
kube_apiserver_ip : "{{ kube_service_addresses|ipaddr('net')|ipaddr(1)|ipaddr('address') }}"
kube_apiserver_ip : "{{ kube_service_addresses|ipaddr('net')|ipaddr(1)|ipaddr('address') }}"
kube_apiserver_port : 6443 # (https)
kube_apiserver_port : 6443 # (https)
kube_apiserver_insecure_port : 8080 # (http)
#kube_apiserver_insecure_port: 8080 # (http)
# Set to 0 to disable insecure port - Requires RBAC in authorization_modes and kube_api_anonymous_auth: true
# Set to 0 to disable insecure port - Requires RBAC in authorization_modes and kube_api_anonymous_auth: true
#kube_apiserver_insecure_port: 0 # (disabled)
kube_apiserver_insecure_port : 0 # (disabled)
# Kube-proxy proxyMode configuration.
# Kube-proxy proxyMode configuration.
# Can be ipvs, iptables
# Can be ipvs, iptables
kube_proxy_mode : iptable s
kube_proxy_mode : ipv s
# Kube-proxy nodeport address.
# Kube-proxy nodeport address.
# cidr to bind nodeport services. Flag --nodeport-addresses on kube-proxy manifest
# cidr to bind nodeport services. Flag --nodeport-addresses on kube-proxy manifest
@ -111,7 +111,7 @@ cluster_name: cluster.local
# Subdomains of DNS domain to be resolved via /etc/resolv.conf for hostnet pods
# Subdomains of DNS domain to be resolved via /etc/resolv.conf for hostnet pods
ndots : 2
ndots : 2
# Can be dnsmasq_kubedns, kubedns, coredns, coredns_dual, manual or none
# Can be dnsmasq_kubedns, kubedns, coredns, coredns_dual, manual or none
dns_mode : kub edns
dns_mode : cor edns
# Set manual server if using a custom cluster DNS server
# Set manual server if using a custom cluster DNS server
#manual_dns_server: 10.x.x.x
#manual_dns_server: 10.x.x.x