mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-10 15:32:09 -03:30
fix(cilium): add dynamic api server endpoint configuration (#12624)
This commit is contained in:
parent
2d6e508084
commit
3a3e5d6954
@ -7,8 +7,8 @@ image:
|
||||
repository: {{ cilium_image_repo }}
|
||||
tag: {{ cilium_image_tag }}
|
||||
|
||||
k8sServiceHost: "auto"
|
||||
k8sServicePort: "auto"
|
||||
k8sServiceHost: "{{ kube_apiserver_global_endpoint | urlsplit('hostname') }}"
|
||||
k8sServicePort: "{{ kube_apiserver_global_endpoint | urlsplit('port') }}"
|
||||
|
||||
ipv4:
|
||||
enabled: {{ cilium_enable_ipv4 | to_json }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user