Skip to content
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

Respect the pod termination grace period when draining a nodegroup #2660

Merged

Conversation

laurovenancio
Copy link
Contributor

@laurovenancio laurovenancio commented Sep 21, 2020

Description

In order to avoid too long terminations grace periods, there is
a configurable maximum grace period. Its default value is 10
minutes.

This is the same behavior implemented by the cluster autoscaler.

Closes #2659

Checklist

  • Added tests that cover your change (if possible)
  • Added/modified documentation as required (such as the README.md, or the userdocs directory)
  • Manually tested
  • Added labels for change area (e.g. area/nodegroup), target version (e.g. version/0.12.0) and kind (e.g. kind/improvement)
  • Make sure the title of the PR is a good description that can go into the release notes

In order to avoid too long terminations grace periods, there is
a configurable maximum grace period. Its default value is 10
minutes.

This is the same behavior implemented by the cluster autoscaler.
@michaelbeaumont
Copy link
Contributor

Thanks @laurovenancio !

@michaelbeaumont michaelbeaumont merged commit 1bc1232 into eksctl-io:master Sep 24, 2020
@laurovenancio laurovenancio deleted the pods-termination-grace-period branch September 24, 2020 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Respect the pod termination grace period when draining a nodegroup
2 participants