This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
Latest '1.0.2' tag won't install grafana operator on v3.11 Openshift #109
Comments
Hi, this is also true for Release Version 1.0.0 in combination with OKD 3.11.
|
see the same issue here on an OpenShift 3.11 Cluster |
I fixed the issue by including the following resources to the application-monitoring-operator role and restarting the application-monitoring-operator pod - apiGroups:
- integreatly.org
attributeRestrictions: null
resources:
- grafanadashboards/status
- grafanadatasources/status
- grafanas/status
verbs:
- '*' ➜ deploy git:(674aca8) oc get pods
NAME READY STATUS RESTARTS AGE
alertmanager-application-monitoring-0 3/3 Running 0 25m
application-monitoring-operator-749d9b6b54-bkhrv 1/1 Running 0 19m
grafana-deployment-6c4cb975b8-wswdq 2/2 Running 0 18m
grafana-operator-66c44cc44c-sdnm7 1/1 Running 0 19m
prometheus-application-monitoring-0 5/5 Running 1 25m
prometheus-operator-86467cc6d8-lr6q5 1/1 Running 0 25m
➜ deploy git:(674aca8) |
@byroncollins thanks, your fix worked for me too
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi all,
we're trying to install the operator on a production v3.11 cluster and Grafana operator won't install.
The
make cluster/install
goes fine, and all relevant CRDs are presentOther resources are correctly deployed
We can see this error in
application-monitoring-operator
logs:Can anybody help? Thanks a lot
The text was updated successfully, but these errors were encountered: