2018-09-07 13:54:12 +08:00
|
|
|
---
|
|
|
|
# discovery_timeout modifies the discovery timeout
|
2019-07-09 20:41:59 +08:00
|
|
|
# This value must be smaller than kubeadm_join_timeout
|
|
|
|
discovery_timeout: 60s
|
|
|
|
kubeadm_join_timeout: 120s
|
|
|
|
|
2019-02-07 14:20:11 +08:00
|
|
|
# If non-empty, will use this string as identification instead of the actual hostname
|
|
|
|
kube_override_hostname: >-
|
2023-07-05 11:36:54 +08:00
|
|
|
{%- if cloud_provider is defined and cloud_provider in ['aws'] -%}
|
2019-02-07 14:20:11 +08:00
|
|
|
{%- else -%}
|
|
|
|
{{ inventory_hostname }}
|
|
|
|
{%- endif -%}
|