-
Notifications
You must be signed in to change notification settings - Fork 503
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
presets kubernetesAttributes not available for operator helm chart #1030
Comments
The current operator chart does not install any Here are some open issues around the topic of including |
I'm not sure which opentelemetry collector CRs should I install. |
@tudrzal I'd say that currently the operator chart requires more work and investment in order to implement an otel pipeline than the collector one which had more contributions but relies on native k8s objects (daemonset, deployment...etc). |
I installed the Operator thinking it was going to be the happy path of Otel on a K8s cluster, but ended up regretting it because of not being able to use presets and having to manually set things up like Cluster roles. The docs here are very confusing. I wish there was something recommending to us the Collector upfront with a couple of presets. |
@ferrucc-io Can you be more specific with what docs were confusing? |
Faced the same issue just now, need to apply a rbac manifest on top of it |
The operator chart cannot include the same preset concept as the collector chart since it does not install OpenTelemetryCollector CRs. The Operator, and now its chart, do have better support for automatically setting up RBAC: #1224. We are adding the new I am closing this as not planned since the operator will not have presets for the collector, since it does not install it. |
Hi,
we'd like to use:
however this seems to be helm chart option of Collector helm chart only, not Operator helm chart.
We're using Operator helm chart, which is recommended and manages Collector inside. However I don't see possibility to configure Operator helm chart to use presets.
We're trying to collect, process and export tracing within our kubernetes environment. Could you please advice us which helm chart to use and how to achieve automatic enrichment of tracing telemetry with k8s context?
Thanks
The text was updated successfully, but these errors were encountered: