Hello everyone, Needed some help on an issue that ...
# general
b
Hello everyone, Needed some help on an issue that we are absolutely mind boggled on Context: We are deploying only 2 items 1. RKE2 2. Rancher Dashboard / Rancher UI Once the deployment of Rancher UI is done, we noticed that the following CRDs are created automatically • alertmanagerconfigs.monitoring.coreos.compodmonitors.monitoring.coreos.comprobes.monitoring.coreos.comprometheusagents.monitoring.coreos.comprometheuses.monitoring.coreos.comprometheusrules.monitoring.coreos.comscrapeconfigs.monitoring.coreos.comservicemonitors.monitoring.coreos.comthanosrulers.monitoring.coreos.com Post this deployment, when we try to deploy prometheus operator and another application, it fails because these CRDs are already present. We tried the following 1. Delete them manually: With this, the CRDs are being deleted manually but once prometheus operator is trying to come up, there is a conflict with Rancher 2. We tried to prevent Rancher UI for deploying the monitoring part in the values.yaml file with the following: a. monitoring: i. enabled: false b. rancherMonitoring: i. crds: ii. create: false 3. But this was of no use as those CRDs came up anyways. Any other solutions available?