cilium-cli icon indicating copy to clipboard operation
cilium-cli copied to clipboard

install command doesn't create metric services

Open michi-covalent opened this issue 2 years ago • 4 comments

i installed cilium with this values file:

hubble:
  metrics:
    enabled:
    - flow
prometheus:
  enabled: true

cilium install --version v1.12.0-rc3 --helm-values ./values.yaml doesn't create cilium-agent / hubble-metrics services.

michi-covalent avatar Jun 23 '22 21:06 michi-covalent

It needs a similar function as this one in here

aanm avatar Jun 23 '22 22:06 aanm

Can I give it a try @aanm

Akshit42-hue avatar Jun 26 '22 13:06 Akshit42-hue

Can I give it a try @aanm

@Akshit42-hue sure

aanm avatar Jun 27 '22 06:06 aanm

@aanm I have submitted a pr to fix this bug, Can you review my code?

misstick86 avatar Jul 06 '22 16:07 misstick86

Fixed by #955, thanks.

tklauser avatar Sep 05 '22 14:09 tklauser