-
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
Add a configuration flag for Machine Deletion Timeouts #5516
Comments
I've already started working on a PR for this, it's just missing tests, which are somewhat tricky to implement. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
/lifecycle active |
/milestone v1.2 |
User Story
As a user I would like to have the possibility for specifying the timeout duration for machine deletion.
Detailed Description
According to the current implementation, the timeout for machine deletion is set to 10 seconds after which the machine is not deleted. This is not feasible in some cases as it leads to orphan machines in the clusters even after they are deleted in the control plane. By having the possibility to configure the machine deletion timeout, CAPI can retry to delete the machine until the timeout set by the user.
If the flag is not set, the timeout would fall back to the default value of 10 seconds.
More about this can be found in this discussion on Slack: https://kubernetes.slack.com/archives/C8TSNPY4T/p1631180381209300
/kind feature
The text was updated successfully, but these errors were encountered: