mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-06-09 13:07:59 +00:00
c27cc33bd7
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
9 lines
290 B
YAML
9 lines
290 B
YAML
---
|
|
# discovery_timeout modifies the discovery timeout
|
|
# This value must be smaller than kubeadm_join_timeout
|
|
discovery_timeout: 60s
|
|
kubeadm_join_timeout: 120s
|
|
|
|
# Enable kubeadm file discovery if anonymous access has been removed
|
|
kubeadm_use_file_discovery: "{{ remove_anonymous_access }}"
|