mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-16 18:50:08 -03:30
Improve first_kube_control_plane variable management to avoid installation failures due to variable overlapping (#8388)
This commit is contained in:
@@ -13,7 +13,7 @@ data:
|
||||
KUBERNETES_SERVICE_HOST: "127.0.0.1"
|
||||
KUBERNETES_SERVICE_PORT: "{{ kube_apiserver_port }}"
|
||||
{%- else %}
|
||||
KUBERNETES_SERVICE_HOST: "{{ first_kube_control_plane }}"
|
||||
KUBERNETES_SERVICE_HOST: "{{ first_kube_control_plane_address }}"
|
||||
KUBERNETES_SERVICE_PORT: "{{ kube_apiserver_port }}"
|
||||
{%- endif %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user