This message was deleted.
# general
a
This message was deleted.
e
From what I found so far you can either create a cluster using a template, e.g. for rke2: https://artifacthub.io/packages/helm/rancher-cluster-templates/rancher-cluster-templates What could also work is add the monitoring part, wihtin the
managedcharts.yaml
file in there, and add that in the
AdditionalManifest
part when deploying a cluster.
g
@enough-family-25408 Thanks for the reply. We are currently still on RKE and using a RKE template but planning on looking into switching over to RKE2 soon. Would the same thing apply to RKE?
e
Sadly I only deploy rke2 and glancing over the builtin cluster templates for rke1 it seems to work differently. You probalby have to edit the cluster yaml file before deploying, since I am not seeing any related fied in the UI config
g
Ok, I'll check out what you sent when we switch to RKE2. We tried setting
enable_cluster_alerting
and
enable_cluster_monitoring
to
true
in the RKE template since those field were already in there by default and set to
false
but it didn't seem to do what we expected.