Back-off restarting failed container ..imageID or ContainerID not generated

Hi,
I am using helm charts to install jenkins in kubernetes pod and getting an error “Back-off restarting failed container”. This was working till yeasterday, no modification done. How to make sure that ImageID/ContainerID generates to solve this pod issue ?

Take a look at the logs for that pod. Also describe that pod. Both should give you more info.

yes, it is because of plugins . I have removed plugins from chart (template) and re-added… now it is working fine.