Kiali UI keeps on revolving and show nothing , on K8S

42 views
Skip to first unread message

anilkumar panditi

unread,
Feb 11, 2021, 6:16:54 AM2/11/21
to kiali-users
Hi,
i have installed kiali using helm on K8S, into an existing name space istio-system where all my istio components running lready except kiali.

So i tried installing kiali seperately, as istio-addon which failed,

Thought since istio is already running, it must have this addon SO
====================================================
kubectl apply -f ${ISTIO_HOME}/samples/addons/kiali.yaml
error: the path "/samples/addons/kiali.yaml" does not exist

Tried installing ,

helm install \
  --set cr.create=true \
  --set cr.namespace=istio-system \
  --set cr.spec.deployment.image_version=latest \
  --set image.tag=latest \
  --namespace istio-system \
  kiali-operator \
  kiali-operator

It got installed , and kept on revolving, and shows nothing in UI.PFA.

My istio-system pods are
=================
[root@~]# kubectl get pods -n istio-system
NAME                                      READY   STATUS    RESTARTS   AGE
istio-citadel-7859cc956c-wd9xt            1/1     Running   0          167d
istio-galley-7975486647-kmb2c             1/1     Running   0          167d
istio-ingressgateway-85bcd65849-c8n6j     1/1     Running   0          29h
istio-pilot-79d95858f6-qst6g              2/2     Running   0          167d
istio-policy-855bb5fb46-n4b95             2/2     Running   6          167d
istio-sidecar-injector-6c7db948dd-qpctb   1/1     Running   0          167d
istio-telemetry-77768cdfb9-r4wmp          2/2     Running   6          167d
kiali-68cf8845fd-llknm                    1/1     Running   0          143m
kiali-operator-54f5dfb54d-rmvqt           1/1     Running   0          144m
prometheus-794594dc97-dtbkb               1/1     Running   0          167d


any idea what i am missing please help.



Kiali

Xavier Canal Masjuan

unread,
Feb 11, 2021, 10:27:00 AM2/11/21
to anilkumar panditi, kiali-users
Hi Anilkumar,

Which istio version are you using?
I see that you have the old architecture of the control plane installed in your istio-system. This makes me thing that you should check the compatibility matrix kiali<->istio[0]
In case you have a really custom installation, it would be really helpful to see your installation script.

Thank you,


--
You received this message because you are subscribed to the Google Groups "kiali-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kiali-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kiali-users/d34d6e3f-2746-47da-a0d0-9c35a3ca2c00n%40googlegroups.com.


--
Xavier Canal i Masjuan

John Mazzitelli

unread,
Feb 11, 2021, 12:27:42 PM2/11/21
to kiali-users
> kubectl apply -f ${ISTIO_HOME}/samples/addons/kiali.yaml
> error: the path "/samples/addons/kiali.yaml" does not exist

Your ISTIO_HOME env. var is not set - notice the error message?
Reply all
Reply to author
Forward
0 new messages