-
Notifications
You must be signed in to change notification settings - Fork 549
Conversation
@@ -48,4 +48,5 @@ docker run \ | |||
--logtostderr=true \ | |||
--pod-infra-container-image {{ clusterconfig['dockerregistry'] }}/pause-amd64:3.0 \ | |||
--eviction-hard="memory.available<5%,nodefs.available<5%,imagefs.available<5%,nodefs.inodesFree<5%,imagefs.inodesFree<5%" \ | |||
--image-pull-progress-deadline=6m \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6m is enough? Maybe, this time should be longer?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's enough for now.
We may add a configuration entry later, maybe in another PR.
Hi @ydye , can we merge this PR first?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's set it 10 min?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, I will update.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If no pulling progress is made before this deadline, the image pulling will be cancelled. What will happen if the pulling canceled?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@YitongFeng , it will retry.
If lucky, next retry may succeed, or it won't succeed forever.
fixes #1226