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

Error deploying openobserve-collector via ArgoCD: validation error for OpenTelemetryCollector.spec in agent and gateway #108

Open
Frechetta opened this issue Dec 7, 2024 · 2 comments

Comments

@Frechetta
Copy link

Frechetta commented Dec 7, 2024

I attempted to deploy the openobserve-collector via ArgoCD today (after installing cert-manager and opentelemetry-operator), and ArgoCD is giving this error for the agent and gateway:

error validating data: ValidationError(OpenTelemetryCollector.spec): missing required field "managementState" in io.opentelemetry.v1beta1.OpenTelemetryCollector.spec.

Everything works fine using the standard helm install method.

@kshalkevich
Copy link

It may be because ArgoCD uses helm template instead of helm install and helm lookup command not running
I'm going to hardcode some parts of helm chart to use it with argocd

@prabhatsharma
Copy link
Contributor

You must use helm install as opposed to upgrade/template with opentelemetry collector in order to avoid the large resulting size of the output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants