Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
set --image-pull-progress-deadline=10m
Browse files Browse the repository at this point in the history
  • Loading branch information
hao1939 committed Aug 31, 2018
1 parent 49e06b1 commit fd3d8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pai-management/k8sPaiLibrary/template/kubelet.sh.template
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +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 \
--image-pull-progress-deadline=10m \
--v=2

0 comments on commit fd3d8fc

Please sign in to comment.