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
@@ -6,7 +6,7 @@ discovery:
|
||||
{% if kubeadm_config_api_fqdn is defined %}
|
||||
apiServerEndpoint: {{ kubeadm_config_api_fqdn }}:{{ loadbalancer_apiserver.port | default(kube_apiserver_port) }}
|
||||
{% else %}
|
||||
apiServerEndpoint: {{ kubeadm_discovery_address | replace("https://", "")}}
|
||||
apiServerEndpoint: {{ kubeadm_discovery_address }}
|
||||
{% endif %}
|
||||
token: {{ kubeadm_token }}
|
||||
caCertHashes:
|
||||
|
||||
Reference in New Issue
Block a user