From eb015c0362706a9628970a013660d72ebe8dfaa6 Mon Sep 17 00:00:00 2001 From: Eeo Jun <141bytes@gmail.com> Date: Mon, 13 Nov 2023 18:22:40 +0000 Subject: [PATCH] configure cluster-name for hubble relay (#10614) --- 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 c045b4386..888db4124 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"