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.

21 lines
686 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. # Optionally remove kube_proxy installed by kubeadm
  7. kube_proxy_remove: false
  8. # If non-empty, will use this string as identification instead of the actual hostname
  9. kube_override_hostname: >-
  10. {%- if cloud_provider is defined and cloud_provider in [ 'aws' ] -%}
  11. {%- else -%}
  12. {{ inventory_hostname }}
  13. {%- endif -%}
  14. # Requests a fresh upload of certificates from first master
  15. kubeadm_etcd_refresh_cert_key: true
  16. # Experimental kubeadm etcd deployment mode. Available only for new deployment
  17. etcd_kubeadm_enabled: false