From 0b0ab510c262d310b7be5dd724e380c201fd292b Mon Sep 17 00:00:00 2001 From: Jun Eeo Date: Fri, 10 Nov 2023 17:48:04 +0000 Subject: [PATCH] configure cluster-name for hubble relay --- roles/network_plugin/cilium/templates/hubble/config.yml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/network_plugin/cilium/templates/hubble/config.yml.j2 b/roles/network_plugin/cilium/templates/hubble/config.yml.j2 index c045b43864d..888db41242d 100644 --- a/roles/network_plugin/cilium/templates/hubble/config.yml.j2 +++ b/roles/network_plugin/cilium/templates/hubble/config.yml.j2 @@ -8,6 +8,7 @@ metadata: namespace: kube-system data: config.yaml: | + cluster-name: "{{ cilium_cluster_name }}" peer-service: "hubble-peer.kube-system.svc.{{ dns_domain }}:443" listen-address: :4245 metrics-listen-address: ":9966"