-
Notifications
You must be signed in to change notification settings - Fork 458
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
Add support for configuring the K8s resources for injected collectors #247
Comments
Would you like to contribute with a PR? Should be relatively easy to do it: add a opentelemetry-operator/api/v1alpha1/opentelemetrycollector_types.go Lines 23 to 79 in 33f21cc
Then apply it here: opentelemetry-operator/pkg/collector/container.go Lines 66 to 72 in 33f21cc
|
Sure. I will give it a shot. |
It would be nice if K8s resources of the injected collectors (for sidecar mode) could be configured via the operator CRD. This is an important requirement when using horizontal pod autoscalers later on. Containers in a pod that have no resource requests can cause issues with HPA.
The text was updated successfully, but these errors were encountered: