"pause" image might be removed when a node goes in "DiskPressure" #3601
Labels
complexity:easy
Something that requires less than a day to fix
kind:bug
Something isn't working
priority:high
High priority issues, should be worked on ASAP (after urgent issues), not postponed
Component:
'kubernetes'
What happened:
If for whatever reason a node goes in "DiskPressure" kubelet will remove the "pause" image, which means if the node does not have internet access, new containers will not be able to get scheduled on this node
What was expected:
Pause image should NOT get removed
Resolution proposal (optional):
See: kubernetes/kubernetes#81756
We have to set
--pod-infra-container-image
for kubeletThe text was updated successfully, but these errors were encountered: