camilb / prometheus-kubernetes

Monitoring Kubernetes clusters on AWS, GCP and Azure using Prometheus Operator and Grafana
Apache License 2.0
672 stars 300 forks source link

fix rbac for prometheus operator #102

Closed ArchiFleKs closed 6 years ago

drubin commented 6 years ago

For anyone else googling. This issue fixes.

ts=2018-08-10T07:59:00.587844538Z caller=main.go:193 msg="Unhandled error received. Exiting..." err="creating CRDs failed: waiting for PrometheusRule crd failed: timed out waiting for Custom Resource: failed to list CRD: unknown (get prometheusrules.monitoring.coreos.com)"

camilb commented 6 years ago

Thanks!