Open
Description
- In case the pod has an init container or any other pod spec that has invalid input, should we change the Pod status to indicate the error and avoid repeatedly reconciling the same Pod with the wrong configuration? Note that the init container fields are immutable so it is ok for us to stop reconciling the Pod with unsupported specs since the user has to recreate the Pod to fix the problem.