-
Notifications
You must be signed in to change notification settings - Fork 401
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
Grafana pod never created #91
Comments
Hey @yogeek , judging by the logs it looks like you're running an older version of the operator but the provided CR looks fine and should work. My guess is that the deployment is created, but fails to create the Grafana pod for some reason. So best to debug the deployment first. What's the output of:
and
|
About the version, I installed the last release : v3.0.1. Currently, the deployment is not there, only the service is created :
|
3.0.1 is fine, but the logs you showed appear to be from an older version. So maybe there's something wrong with the operator deployment or the image? Can you confirm that the |
Additionnal info : when I install the operator from OpertorHub like this :
I works correctly !!! What release has been published to OperatorHub ? It is not the last release of your github repo ? |
Installation from OperatorHub :
Installation from manifests :
|
When I look at https://quay.io/repository/integreatly/grafana-operator?tab=tags, I have different tags :
It seems that your operator.yaml points to |
Ah I see. The latest tag hasn't been updated, best to make sure you're selecting a specific tag in operor.yaml. Also, operatorhub is not yet updated with 3.0.1. You can find all the available tags here: https://quay.io/repository/integreatly/grafana-operator?tab=tags Does it work when you install 3.0.1? |
@pb82 I can confirm that using the 3.0.1 tag is working ! Thank you for your help I use kustomize to modify the release manifests for now but it would be great if you could either update the tag in the operator manifest or push the Plus, how is managed the publication to the operatorhub ? Each release is not deployed currently ? |
@yogeek We are aiming to update the operatorhub release, just wanted to wait a bit to fix incoming bugs with the new version. I'll also update the latest tag. |
I've updated the |
@pb82 Thank you. Did you update it manually because I do not find the corresponding |
@pb82 is the latest tag up to date now please ? (cf. previous message) |
Yes, I pushed it manually. It should be up to date now. |
Thank you 👍 |
ghcr is the current repo location that we use, in the future we might support multiple repositorieis.
ghcr is the current repo location that we use, in the future we might support multiple repositorieis.
With this CR
The grafana svc is present but the grafana pod is not created.
Here are the operator logs :
The text was updated successfully, but these errors were encountered: