Browse Source

configure cluster-name for hubble relay (#10614)

pull/10618/head
Eeo Jun 1 year ago
committed by GitHub
parent
commit
eb015c0362
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/network_plugin/cilium/templates/hubble/config.yml.j2

1
roles/network_plugin/cilium/templates/hubble/config.yml.j2

@ -8,6 +8,7 @@ metadata:
namespace: kube-system namespace: kube-system
data: data:
config.yaml: | config.yaml: |
cluster-name: "{{ cilium_cluster_name }}"
peer-service: "hubble-peer.kube-system.svc.{{ dns_domain }}:443" peer-service: "hubble-peer.kube-system.svc.{{ dns_domain }}:443"
listen-address: :4245 listen-address: :4245
metrics-listen-address: ":9966" metrics-listen-address: ":9966"

Loading…
Cancel
Save