Join Slack
Powered by
Hello everyone, Needed some help on an issue that ...
# general
b
boundless-stone-99925
12/05/2024, 1:11 PM
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.com
•
podmonitors.monitoring.coreos.com
•
probes.monitoring.coreos.com
•
prometheusagents.monitoring.coreos.com
•
prometheuses.monitoring.coreos.com
•
prometheusrules.monitoring.coreos.com
•
scrapeconfigs.monitoring.coreos.com
•
servicemonitors.monitoring.coreos.com
•
thanosrulers.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?
3
Views
Open in Slack
Previous
Next