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
Now the otel-collector pod has checksum/configannotation by default which can trigger pod redeploy when config changes. It makes sense for most user scenarios.
In our use case, we'd like remove this annotation, because we want to put a sidecar in the otel-collector pod, which watches the config file change and sends SIGHUP to otel-collector process to reload config.