mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
kubeadm_discovery_address should not contain proto (#4930)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
f599c2a691
commit
c7f3123e28
@@ -11,7 +11,7 @@ discoveryTokenAPIServers:
|
||||
{% if kubeadm_config_api_fqdn is defined %}
|
||||
- {{ kubeadm_config_api_fqdn }}:{{ loadbalancer_apiserver.port | default(kube_apiserver_port) }}
|
||||
{% else %}
|
||||
- {{ kubeadm_discovery_address | replace("https://", "")}}
|
||||
- {{ kubeadm_discovery_address }}
|
||||
{% endif %}
|
||||
discoveryTokenUnsafeSkipCAVerification: true
|
||||
nodeRegistration:
|
||||
|
||||
Reference in New Issue
Block a user