Unverified Commit 48c3adc1 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #65029 from detiber/timeoutIncrease

Automatic merge from submit-queue. kubeadm - increase upgrade manifest timeout **What this PR does / why we need it**: Backports the manifest upgrade timeout from https://github.com/kubernetes/kubernetes/pull/64988 to v1.10 **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes https://github.com/kubernetes/kubeadm/issues/850 **Release note**: ```release-note kubeadm - Increase the manifest upgrade timeout to make upgrades more reliable. ```
parents db6dfcc8 81f0f516
......@@ -40,7 +40,7 @@ import (
)
const (
upgradeManifestTimeout = 1 * time.Minute
upgradeManifestTimeout = 5 * time.Minute
)
// applyFlags holds the information about the flags that can be passed to apply
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment