You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
511 B

  1. ---
  2. # discovery_timeout modifies the discovery timeout
  3. # This value must be smaller than kubeadm_join_timeout
  4. discovery_timeout: 60s
  5. kubeadm_join_timeout: 120s
  6. # If non-empty, will use this string as identification instead of the actual hostname
  7. kube_override_hostname: >-
  8. {%- if cloud_provider is defined and cloud_provider in [ 'aws' ] -%}
  9. {%- else -%}
  10. {{ inventory_hostname }}
  11. {%- endif -%}
  12. # Experimental kubeadm etcd deployment mode. Available only for new deployment
  13. etcd_kubeadm_enabled: false