2018-09-07 05:54:12 +00:00
|
|
|
---
|
|
|
|
# discovery_timeout modifies the discovery timeout
|
2019-07-09 12:41:59 +00:00
|
|
|
# This value must be smaller than kubeadm_join_timeout
|
|
|
|
discovery_timeout: 60s
|
|
|
|
kubeadm_join_timeout: 120s
|
|
|
|
|
2019-02-25 08:08:06 +00:00
|
|
|
# Optionally remove kube_proxy installed by kubeadm
|
|
|
|
kube_proxy_remove: false
|
2019-02-07 06:20:11 +00:00
|
|
|
|
|
|
|
# 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 -%}
|
2019-06-20 18:12:51 +00:00
|
|
|
|
|
|
|
# Requests a fresh upload of certificates from first master
|
2019-06-30 10:37:22 +00:00
|
|
|
kubeadm_etcd_refresh_cert_key: true
|
2019-06-20 18:12:51 +00:00
|
|
|
|
|
|
|
# Experimental kubeadm etcd deployment mode. Available only for new deployment
|
|
|
|
etcd_kubeadm_enabled: false
|