|
@ -109,6 +109,10 @@ 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. |
|
|
|
|
|
# Can be ipvs, iptables |
|
|
|
|
|
kube_proxy_mode: iptables |
|
|
|
|
|
|
|
|
# DNS configuration. |
|
|
# DNS configuration. |
|
|
# Kubernetes cluster name, also will be used as DNS domain |
|
|
# Kubernetes cluster name, also will be used as DNS domain |
|
|
cluster_name: cluster.local |
|
|
cluster_name: cluster.local |
|
|