In my kubernetes, there is a istio sidecar that can be disabled by podAnnotations. When deploy using helm-chart, I can use podAnnotations to disabled this sidecar for all pod, except pod schema.
I guess it causes the pod schema in status NotReady instead of Completed.
Thanks @craigd for your answer. Normally I use “kubectl edit deploy” to edit pods after deployment. But when I get deploy, there isn’t deploy for temporal-schema. I don’t know where this pod is defined?