This message was deleted.
# general
a
This message was deleted.
r
Can't say for the specific, but when I've done helm installs command-line, helm itself gave me little-to-no feedback. I had to poke around in the jobs it ran and output of the services that were stuck in Kubernetes to figure out what was going on. I suspect it'll be similar for you.
❤️ 1
h
@rough-farmer-49135 I managed to install them, by
helm install
command. However, the Rancher UI keeps telling
Resource Unavailable
when I try to click on the Monitoring Dashboard
r
I haven't touched Rancher or rancher-monitoring since Rancher 2.6.?3? or so, so not sure I have any info past that. All I'd know is to debug through pod logs & verify where Grafana is running and if it's healthy or not, because if nothing else you should be able to proxy through Rancher to a Grafana page (maybe empty or just login) or set up an ingress to get there. Last time I used Grafana its default user/pass was admin/admin so if you get a login and didn't set something that may work.
h
@rough-farmer-49135 it took 3 more days with all the help (including your advice) for me to successfully deploy
kube-prometheus-stack
helm chart on my K8s Cluster