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
Add support for extra/custom annotations for secret-validation-hook (pod splunk-otel-collector-validate-secret) to control sidecar containers.
In our kubernetes cluster linkerd injects sidecar containers to all pods, except those with annotation linkerd.io/inject: disabled.
Since we don't have an option to add annotation for secret-validation-hook, pod splunk-otel-collector-validate-secret is getting into NotReady state - container validate-secret is successfully completed with exit code 0, but linkerd sidecar container linkerd-proxy keeps running. This blocks the helm release.
The text was updated successfully, but these errors were encountered:
Add support for extra/custom annotations for
secret-validation-hook
(podsplunk-otel-collector-validate-secret
) to control sidecar containers.In our kubernetes cluster linkerd injects sidecar containers to all pods, except those with annotation
linkerd.io/inject: disabled
.Since we don't have an option to add annotation for
secret-validation-hook
, podsplunk-otel-collector-validate-secret
is getting intoNotReady
state - containervalidate-secret
is successfully completed with exit code 0, but linkerd sidecar containerlinkerd-proxy
keeps running. This blocks the helm release.The text was updated successfully, but these errors were encountered: