mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 09:38:12 -03:30
[release-2.28] Cilium: Pass cluster DNS to hubble.peerService in values.yaml.j2 (#12374)
* cilium: pass cluster DNS to hubble.peerService in values.yaml.j2 * Add dedicated Hubble variable defaulting to inventory cluster domain --------- Co-authored-by: Mustafa Mertcan CAM <mertcancam@gmail.com>
This commit is contained in:
committed by
GitHub
parent
22e9335484
commit
9a08afa3f9
@@ -175,6 +175,10 @@ cilium_l2announcements: false
|
||||
### Buffer size of the channel to receive monitor events.
|
||||
# cilium_hubble_event_queue_size: 50
|
||||
|
||||
# Override the DNS suffix that Hubble-Relay uses to resolve its peer service.
|
||||
# It defaults to the inventory's `dns_domain`.
|
||||
# cilium_hubble_peer_service_cluster_domain: "{{ dns_domain }}"
|
||||
|
||||
# IP address management mode for v1.9+.
|
||||
# https://docs.cilium.io/en/v1.9/concepts/networking/ipam/
|
||||
# cilium_ipam_mode: kubernetes
|
||||
|
||||
Reference in New Issue
Block a user