This message was deleted.
# general
a
This message was deleted.
h
you had it installed on this cluster with RKE2 v1.30?
could be unrelated to the issue
p
No. That was when the cluster was still on 1.28
g
helm repo add rancher-charts https://charts.rancher.io helm repo update
Copy code
kubectl create namespace cattle-monitoring-system
helm install rancher-monitoring rancher-charts/rancher-monitoring \ --namespace cattle-monitoring-system \ -f values.yaml You need do configre values.yaml according to RKE2
global: cattle: clusterId: local clusterName: local url: https://rancher.rancher.exemple.com grafana: grafana.ini: auth.anonymous: org_role: Admin sidecar: dashboards: searchNamespace: ALL rke2ControllerManager: enabled: true rke2Etcd: enabled: true rke2IngressNginx: enabled: true rke2Proxy: enabled: true rke2Scheduler: enabled: true
use this helm install rancher-monitoring ./rancher-monitoring --namespace cattle-monitoring-system --values monitoring-values.yaml
p
So, probably the fact that Rancher does not display Monitoring could be because of the fact that 1.30 is not supported, yet. Thanks for the manual installation instructions, @gifted-eye-83270
g
I am using 1.30 too and I am monitoring, You are welcome