Description
Describe scenario
We have several aks cluster with Azure Managed Prometheus enabled. I checked the Kind ServiceMonitor and PodMonitor is available under azmonitoring.coreos.com/v1 API group while the upstream Prometheus has CRD available in monitoring.coreos.com/v1 API
This has a problem, popular charts has templates for monitoring.coreos.com/v1 (like argocd, nginx ingress etc). While deploying these charts with Prometheus enabled it does not work due to CRD unavailability. We could clone the chart and customize it but its a burden. the guide here https://github.com/Azure-Samples/aks-managed-prometheus-and-grafana-bicep also does not concern itself with CRD issue (Azure-Samples/aks-managed-prometheus-and-grafana-bicep#14)
Question
Your question
Did I miss something or its a default behavior? If its a default behavior I think this is an bigger issue.
Activity