-
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
[Bug] Missing CRD - GrafanaAlertRuleGroups causes operator to fail to start #1463
Comments
@MarkCupitt can you explain exactly how installed the operator so we can reproduce the error? |
@NissesSenap kustomize - namespace_scoped, except I download this yaml manually The crd is missing from that file |
Same here, we are using FluxCD to install Grafana Operator from
|
Alerting CRDs are missing here and |
The fix for this is already in the works in #1464 |
This should now be solved as a part of https://github.com/grafana/grafana-operator/releases/tag/v5.8.0 |
After updating to 5.8.1(or even 5.8.0 ), the issue still persists. The update command used was:
|
@peytonyip this issue specifically references kustomize as the installation method. The issue you are facing is an upstream helm bug/missing feature (helm/helm#11969, helm/helm#6581, helm/helm#12362). A workaround for this is to apply the CRDs manually. We publish the CRDs directly so you can use this command to upgrade them:
(you might need to also add |
@theSuess Thanks!this resolved my issue |
Describe the bug
Missing CRD GrafanaAlertRuleGroups causes operator to fail to start, caused multiple restarts
Version
5.7.0
Expected behavior
Operator should start with no errors
Suspect component/Location where the bug might be occurring
kustomize-namespace_scoped.yaml
FIX
I added the CRD from
grafana-operator/config/grafana.integreatly.org_grafanaalertrulegroups.yaml
Line 4 in 33fa7f9
and it seemed to start ok
The text was updated successfully, but these errors were encountered: