Hi,
The observability addon has some options, for example “–without-tempo”. But I don’t know to pass this option.
To pass the IP in host-access addon it should be:
microk8s enable host-access:ip=<desired-ip>
I tried:
microk8s enable observability:without-tempo
microk8s enable observability --without-tempo
microk8s enable observability:--without-tempo
But seems like none work. How can I pass argument options to observability addon?
Thanks.