Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AKS-Managed-prometheus-and-grafana-bicep - nginx install fails because servicemonitors.monitoring.coreos.com CRD does not exist #14

Open
Banchio opened this issue Sep 19, 2023 · 0 comments

Comments

@Banchio
Copy link

Banchio commented Sep 19, 2023

When trying to run the below mentioned script, helm install fails because the servicemonitors.monitoring.coreos.com CRD is not present.

helm install $nginxReleaseName $nginxRepoName/$nginxChartName \

I resolved by creating it manually (using kubectl apply -f https://raw.githubusercontent.com/prometheus-community/helm-charts/main/charts/kube-prometheus-stack/charts/crds/crds/crd-servicemonitors.yaml) but wondering if I'm missing something here, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant