You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, Hubble has to be enabled by cilium hubble enable later than at install time:
It would be great if Hubble could be enabled right from the start with cilium install with an additional flag (--hubble?) and possibility to specify the relay image (--relay-image).
This capability should also be conferred to cilium upgrade: we should detect if Hubble is enabled, and then automatically upgrade the relay image along the agent and operator images (and also provide --relay-image for users to specify a specific image).
The text was updated successfully, but these errors were encountered:
nbusseneau
changed the title
Add Hubble capabitilies to cilium install and cilium upgrade
ux: add Hubble capabitilies to cilium install and cilium upgradeDec 1, 2021
Right now, Hubble has to be enabled by
cilium hubble enable
later than at install time:It would be great if Hubble could be enabled right from the start with
cilium install
with an additional flag (--hubble
?) and possibility to specify the relay image (--relay-image
).This capability should also be conferred to
cilium upgrade
: we should detect if Hubble is enabled, and then automatically upgrade the relay image along the agent and operator images (and also provide--relay-image
for users to specify a specific image).The text was updated successfully, but these errors were encountered: