abfa1636e4
* Fix kube-proxy removal * Fix unwanted skipped task for kube-proxy * Fix kube_proxy_remove default Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr> * Add test for kube-router svc proxy Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr>
18 lines
608 B
YAML
18 lines
608 B
YAML
---
|
|
# discovery_timeout modifies the discovery timeout
|
|
# This value must be smaller than kubeadm_join_timeout
|
|
discovery_timeout: 60s
|
|
kubeadm_join_timeout: 120s
|
|
|
|
# If non-empty, will use this string as identification instead of the actual hostname
|
|
kube_override_hostname: >-
|
|
{%- if cloud_provider is defined and cloud_provider in [ 'aws' ] -%}
|
|
{%- else -%}
|
|
{{ inventory_hostname }}
|
|
{%- endif -%}
|
|
|
|
# Requests a fresh upload of certificates from first master
|
|
kubeadm_etcd_refresh_cert_key: true
|
|
|
|
# Experimental kubeadm etcd deployment mode. Available only for new deployment
|
|
etcd_kubeadm_enabled: false
|