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-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 -%}
|