open-telemetry / opentelemetry-operator

Kubernetes Operator for OpenTelemetry Collector
Apache License 2.0
1.21k stars 440 forks source link

Offer native-sidecar mode #3356

Open frzifus opened 1 month ago

frzifus commented 1 month ago

Component(s)

collector

Is your feature request related to a problem? Please describe.

Since https://github.com/open-telemetry/opentelemetry-operator/pull/2801 we support native sidecars via feature gate. We also support quite old kubenertes versions with the operator. Making it impossible to enable this by default soon.

Describe the solution you'd like

One option to enable the usage would be to introduce another mode e.g. native-sidecar and reject the deployment in webhook, if the kubernetes version is <1.29.

Describe alternatives you've considered

No response

Additional context

No response

pavolloffay commented 1 week ago

discussed at SIG: