Open hollanbm opened 6 months ago
Facing the exact same problem while trying to install Alloy Helm chart 0.1.1.
It seems the similar CRD created in Loki chart is the culprit for the conflict here. We probably have to switch Loki's self-monitoring from Agent to Alloy in the long run.
I managed to dig out this workaround in another thread. Hope this helps out!
Thanks @hainenber this indeed helped me towards the right direction.
I could successfully install Alloy Helm 0.1.1
along Loki Helm 5.47.2
, I had to also set the test.enabled
to false for Loki as well. Also, manually delete the:
kubectl delete crds grafanaagents.monitoring.grafana.com podlogs.monitoring.grafana.com
Then re-syncing the Alloy (via Argocd) went through successfully.
This issue has not had any activity in the past 30 days, so the needs-attention
label has been added to it.
If the opened issue is a bug, check to see if a newer release fixed your issue. If it is no longer relevant, please feel free to close this issue.
The needs-attention
label signals to maintainers that something has fallen through the cracks. No action is needed by you; your issue will be kept open and you do not have to respond to this comment. The label will be removed the next time this job runs if there is new activity.
Thank you for your contributions!
Facing same issue....also with the workaround from @hainenber it is not deploying
Facing the same issue on 0.6.0
What's wrong?
https://github.com/grafana/alloy/blob/main/operations/helm/charts/alloy/charts/crds/crds/monitoring.grafana.com_podlogs.yaml
Steps to reproduce
https://grafana.com/docs/alloy/latest/get-started/install/kubernetes/
I am working on standing up the grafana stack on my cluster.
I installed these charts first. grafana/loki -- chart v6.4.2 grafana/promtail -- chart v6.15.5
I have not (yet) installed prometheus, or any other grafana helm charts.
upon installing grafana/alloy chart v0.1.1 (with default values) I get the following error when the CRD's are installed.
In order to troubleshoot, I deleted the helm chart, and attempted to manually install the crds.yaml
Thats when I received the same error, and realized what was happening.
System information
k3s v1.29.3
Software version
No response
Configuration
chart is installed via flux
Logs
No response