integr8ly / application-monitoring-operator

Operator for installing the Application Monitoring Stack on OpenShift (Prometheus, AlertManager, Grafana)
Apache License 2.0
30 stars 45 forks source link

Unable to install - 404 errors when getting CRDs yaml files from github #95

Closed paoloyx closed 4 years ago

paoloyx commented 4 years ago

Hi,

we're getting this error when trying to install the operator

error: unable to read URL "https://raw.githubusercontent.com/coreos/prometheus-operator/master/example/prometheus-operator-crd/podmonitor.crd.yaml", server reported 404 Not Found, status code=404
error: unable to read URL "https://raw.githubusercontent.com/coreos/prometheus-operator/master/example/prometheus-operator-crd/prometheus.crd.yaml", server reported 404 Not Found, status code=404
error: unable to read URL "https://raw.githubusercontent.com/coreos/prometheus-operator/master/example/prometheus-operator-crd/alertmanager.crd.yaml", server reported 404 Not Found, status code=404
error: unable to read URL "https://raw.githubusercontent.com/coreos/prometheus-operator/master/example/prometheus-operator-crd/prometheusrule.crd.yaml", server reported 404 Not Found, status code=404
error: unable to read URL "https://raw.githubusercontent.com/coreos/prometheus-operator/master/example/prometheus-operator-crd/servicemonitor.crd.yaml", server reported 404 Not Found, status code=404
paoloyx commented 4 years ago

Commit ce72171 on prometheus-operator seems to have changed referenced file paths

paoloyx commented 4 years ago

see PR #96

paoloyx commented 4 years ago

Won't fix until https://github.com/coreos/prometheus-operator/issues/2880 is fixed

paoloyx commented 4 years ago

coreos/prometheus-operator#2880 has been closed, can someone review #96 in order to merge it?

Thanks

paoloyx commented 4 years ago

Ok, issue has already been fixed by #101. Closing this one.