Hi everyOne;
I have some problems when trying to configure istio version 1.80 in a kubernetes cluster with grafana and prometheus components. which are not integrated by default .
the error is:
./istioctl manifest apply --set profile=demo --set addonComponents.kiali.enabled=true–set addonComponents.kiali.enabled=true
Error: accepts 0 arg(s), received 1
the question is:
What is the command I need to be able to add components in this version of istio?
Can’t use istioctl anymore to install the addons - the addons have been removed from istioctl. See integrations for instructions on how to do it now: Istio / Integrations
hi everyOne .,
Many many thanks, I was able to integrate the components. Now when I try to lift the kiali dasboarde it gives me this error and I don’t know why
istioctl dashboard kiali →
Unable to listen on port 20001: Listeners failed to create with the following errors: [unable to create listener: Error listen tcp4 127.0.0.1:20001: bind: address already in use unable to create listener: Error listen tcp6 [::1]:20001: socket: address family not supported By protocol] http://localhost:45751/kiali
Failed to open browser; open http://localhost:45751/kiali in your browser.
kiali is supposed to be already integrated, as are grafana and prometheus. I don’t understand why it won’t let me run the dashboard
hi ,
Hi ,
I have tried to find what is running on that port and I only see it listen I do not see anything else in use.
lsof -i -P -n | grep LISTEN | grep 20001
istioctl 17235 root 9u IPv4 135567609 0t0 TCP 127.0.0.1:20001 (LISTEN)
./istioctl dashboard kiali
Unable to listen on port 20001: Listeners failed to create with the following errors: [unable to create listener: Error listen tcp4 127.0.0.1:20001: bind: address already in use unable to create listener: Error listen tcp6 [::1]:20001: socket: address family not supported by protocol] http://localhost:44925/kiali
Failed to open browser; open http://localhost:44925/kiali in your browser.