diff --git a/roles/network_plugin/cilium/templates/hubble/config.yml.j2 b/roles/network_plugin/cilium/templates/hubble/config.yml.j2
index c045b43864dbf799c2d23dd42ea1dee9c3468ae5..888db41242d1d65ee3dd16fd934d918f1e440a81 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"