Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

increase wait time for node readiness to 15 mins #1537

Merged
merged 2 commits into from
Oct 4, 2017
Merged

increase wait time for node readiness to 15 mins #1537

merged 2 commits into from
Oct 4, 2017

Conversation

jackfrancis
Copy link
Member

NONE

jchauncey
jchauncey previously approved these changes Oct 4, 2017
@@ -84,7 +84,7 @@ func main() {
os.Setenv("KUBECONFIG", cfg.GetKubeConfig())
log.Printf("Kubeconfig:%s\n", cfg.GetKubeConfig())
log.Println("Waiting on nodes to go into ready state...")
ready := node.WaitOnReady(eng.NodeCount(), 10*time.Second, 10*time.Minute)
ready := node.WaitOnReady(eng.NodeCount(), 10*time.Second, 15*time.Minute)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we want to make this cfg.Timeout? that way we can configure it as an env var?

@jackfrancis
Copy link
Member Author

@jchauncey yes, thanks!, see 2nd commit

@jackfrancis jackfrancis merged commit e19d2a7 into Azure:master Oct 4, 2017
@ghost ghost removed the in progress label Oct 4, 2017
@jackfrancis jackfrancis deleted the runner-k8s-node-waittime branch October 4, 2017 20:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants