-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase clusterclient timeout and retry intervals #356
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: karan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/assign @krousey |
Is the need for the increased timeout cloud provider specific? Is there a cloud provider for which we can with high confidence say if a resource is not ready in 5 minutes, it will never be ready? Maybe instead of increasing the timeout (two times or three times) what about to introduce retries? E.g. if I retry EDIT: ok, I checked the behaviour of the |
The timeout increase is mainly to handle the tail-end of cases. For example one test I'm running would fail without increasing this timeout. The retries we have already make so you don't have to wait for 15 minutes if the machine came up sooner. |
/uncc kris-nova k4leung4 |
/lgtm |
…ice-matching-by-order Net devices by order, remove invalid IP addrs
What this PR does / why we need it: Title says it all. Some vsphere images can take a while to spin up. Client side timeout should be much higher to protect against those cases.
Release note:
/kind clusterctl
@kubernetes/kube-deploy-reviewers