You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We were testing high-availability of the collector (managed by the operator) while we roll out changes and we noticed that the Pods created by the operator don't have readinessProbe configured.
We could achieve high-availability while rolling out with readinessProbe(to be addressed here) and some sleep at the preStop (really custom image, to be addressed at the collector repo later).
The text was updated successfully, but these errors were encountered:
Component(s)
collector
Is your feature request related to a problem? Please describe.
We were testing high-availability of the collector (managed by the operator) while we roll out changes and we noticed that the Pods created by the operator don't have readinessProbe configured.
Describe the solution you'd like
Support readinessProbe for the collector pods using the default as provided by the chart https://github.com/open-telemetry/opentelemetry-helm-charts/blob/main/charts/opentelemetry-collector/values.yaml#L397
Describe alternatives you've considered
No response
Additional context
We could achieve high-availability while rolling out with readinessProbe(to be addressed here) and some sleep at the preStop (really custom image, to be addressed at the collector repo later).
The text was updated successfully, but these errors were encountered: