After starting the two KVM machine and waiting that kubernetes dashboard gives all green, when I open in browser the kiali url I see a popup window with the error
Error fetching Grafana Info., Error: [ grafana URL is not set in Kiali configuration ]
The grafana page seems working (only “add users” is not cheked)
First, note that this error only means that the links to Grafana dashboards, in the various metrics pages of Kiali, will not be displayed since Kiali could not acknowledge the presence of Grafana. Maybe you would have imagined something worse, but everything else in Kiali will still be working correctly (btw, we’ve changed that error message in more recent version of Kiali to make it less worrisome).
I’m not sure exactly why Grafana is not recognized out of the box here. But what you can do is to edit Kiali’s config map or CR to setup manually the URL of Grafana (or you could also disable links to Grafana from Kiali). I’m not sure which version of Kiali is deployed with Istio 1.2.3, and if there’s the kiali-operator or not (you can check if you have a namespace “kiali-operator”), so depending on that you would have to configure Kiali CR (if there’s kiali-operator) or config map (without operator).