After building a new RKE2 cluster with vSphere as ...
# rancher-setup
b
After building a new RKE2 cluster with vSphere as the cloud provider, Cilium as the network, vSphere CPI/CSI for storage from Rancher v2.12, I tried putting in the Monitoring tool. Largely good, but Grafana isn't available. The installation readout shows "Warning: spec.template.spec.containers[2].ports[0]: duplicate port definition with spec.template.spec.containers[1].ports[0]". Is this a known issue? Is there a reference I can check to see what to do about it? Related to https://github.com/rancher/rancher/issues/51313?
Seems there are other aspects waiting for review and merge - https://github.com/rancher/ob-team-charts/pull/114. Hopefully this will be merged soon, though I might still have some vSphere CSI problems afterwards.
Now seems to be working by following up the tool install with helm pull rancher-charts/rancher-monitoring --version 107.0.0+up69.8.2-rancher.15 --untar --untardir ~/charts helm upgrade --install=true rancher-monitoring ~/charts/rancher-monitoring --namespace cattle-monitoring-system --timeout 10m0s --values=~/charts/rancher-monitoring/values.yaml --labels catalog.cattle.io/cluster-repo-name=rancher-charts --version 107.0.0+up69.8.2-rancher.15 --version=69.8.2-rancher.15