I'm noticing that containers defined in initContainers in deployments and statefulsets are not being executed, and don't appear when describing those resources. I do see those containers when running kubectl describe definition, however. Is anyone else seeing this behavior?
I'm noticing that containers defined in initContainers in deployments and statefulsets are not being executed, and don't appear when describing those resources. I do see those containers when running
kubectl describe definition, however. Is anyone else seeing this behavior?