Reduce max container runtime wait time

This commit is contained in:
Derek Carr 2016-12-09 15:39:20 -05:00
parent e6050f1865
commit af6c8a2479

View File

@ -97,7 +97,7 @@ import (
const (
// Max amount of time to wait for the container runtime to come up.
maxWaitForContainerRuntime = 5 * time.Minute
maxWaitForContainerRuntime = 30 * time.Second
// nodeStatusUpdateRetry specifies how many times kubelet retries when posting node status failed.
nodeStatusUpdateRetry = 5