adamant-kite-43734
08/08/2024, 12:17 PMstrong-action-64019
08/09/2024, 11:16 AMrancher
cli util etc.
I have deployed monitoring using this resource:
https://registry.terraform.io/providers/rancher/rancher2/latest/docs/resources/app_v2
I have also tried to do an upgrade through bumping the chart version, worked like a charm.
I am programmatically listing charts using this approach:
% helm repo list --output json | jq '.[] | select(.name == "rancher-charts")'
{
"name": "rancher-charts",
"url": "<https://charts.rancher.io/>"
}
% helm search repo rancher-charts/rancher-monitoring --versions
# Also wise to verify that k8s and Rancher version is within compatible range:
% helm show chart rancher-charts/rancher-monitoring | grep 'catalog.cattle.io/kube-version\|catalog.cattle.io/rancher-version'
gifted-breakfast-73755
08/09/2024, 11:58 AMhelm
to install to rancher-monitoring helm charts to get the same functionality as installing the "Monitoring" plugin via the Rancher UI.strong-action-64019
08/09/2024, 12:08 PMgifted-breakfast-73755
08/09/2024, 12:14 PMrancher-monitoring
and rancher-monitoring-crd
helm charts via helm
they show up in the Rancher UI under Apps & Marketplace > Installed Apps
which should be the same as installing via terraform. But when installing the plugin via the Rancher UI it doesn't show up under Installed Apps... that's the only difference we've noticed so far is how it shows up in the Rancher UI but functionally we haven't noticed any differences yet.