Skip to content
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

PodLog CRD in grafana-agent helm subchart incompatible with PodLog CRD in another part of the project #5531

Closed
gregwhorley opened this issue Oct 18, 2023 · 1 comment · Fixed by #5532
Labels
bug Something isn't working frozen-due-to-age Locked due to a period of inactivity. Please open new issues or PRs if more discussion is needed.

Comments

@gregwhorley
Copy link

What's wrong?

A recent change to the grafana-agent Helm chart added a crd subchart that contains a PodLog CRD that is incompatible with the PodLog CRD located in production/operator/crds. The change shows that a CRD with only v1alpha2 version listed while another copy of the CRD contains the v1alpha1 version.

If a user sets crds.create to true for this Helm chart and then installs another Grafana product's Helm cart such as mimir with a PodLog template that references api version v1alpha1, that install will fail.

Steps to reproduce

System information

Linux 5.10.192-183.736.amzn2.x86_64

Software version

Grafana Agent: 0.37.2 Helm chart version: grafana-agent-0.27.0

Configuration

grafana-agent values at default except for `crds.create` which should be set to true

mimir-distributed values for meta-monitoring described in https://grafana.com/docs/helm-charts/mimir-distributed/latest/get-started-helm-charts/#generate-some-metrics-for-testing

Logs

No response

@gregwhorley gregwhorley added the bug Something isn't working label Oct 18, 2023
@rfratto
Copy link
Member

rfratto commented Oct 18, 2023

Thanks for reporting. #5532 should fix this.

@github-project-automation github-project-automation bot moved this from Todo to Done in Grafana Agent (Public) Oct 23, 2023
@github-actions github-actions bot added the frozen-due-to-age Locked due to a period of inactivity. Please open new issues or PRs if more discussion is needed. label Feb 21, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working frozen-due-to-age Locked due to a period of inactivity. Please open new issues or PRs if more discussion is needed.
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants