kubeadm - increase upgrade manifest timeout

parent e0740b11
...@@ -40,7 +40,7 @@ import ( ...@@ -40,7 +40,7 @@ import (
) )
const ( const (
upgradeManifestTimeout = 1 * time.Minute upgradeManifestTimeout = 5 * time.Minute
) )
// applyFlags holds the information about the flags that can be passed to apply // 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