Hello. I have victoria-metrics-k8s-stack deployed into my cluster. I'm trying to install some other helm charts, like nginx with the serviceMonitor option enabled, which creates ServiceMonitor CRD.
And I'm getting this error:
Error: UPGRADE FAILED: resource mapping not found for name: "nginx-ingress-nginx-controller" namespace: "" from "": no matches for kind "ServiceMonitor" in version "monitoring.coreos.com/v1"
ensure CRDs are installed first
Why doesn't victoria-metrics-k8s-stack include Prometheus Operator CRDs like ServiceMonitor?
Hello. I have
victoria-metrics-k8s-stackdeployed into my cluster. I'm trying to install some other helm charts, likenginxwith theserviceMonitoroption enabled, which createsServiceMonitorCRD.And I'm getting this error:
Why doesn't
victoria-metrics-k8s-stackinclude Prometheus Operator CRDs likeServiceMonitor?