I have a StatefulSet that uses an image which is quite large. After applying the manifest, if it takes more than 5 minutes to get to “Running” state, the pod is terminated and new ones are spawned. This loop keeps continuing since the new pod starts pulling the image all over again and can’t finish downloading it within the 5 minutes threshold. Can anyone help me here? Which setting controls this and how can I change it?
1