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

Feature: Configure Kubernetes's graceful node shutdown feature #53

Closed
ricsanfre opened this issue Jun 28, 2022 · 0 comments · Fixed by #59
Closed

Feature: Configure Kubernetes's graceful node shutdown feature #53

ricsanfre opened this issue Jun 28, 2022 · 0 comments · Fixed by #59
Labels
new feature new feature
Milestone

Comments

@ricsanfre
Copy link
Owner

Feature Request

Since Kubernetes 1.21 there is Graceful node shutdown This feature, still in beta status is documented here. and it ensures that pods follow the normal pod termination process during the node shutdown.
Since I always shutdown my cluster when I finish my testing/learning, pods not always shutdown gracefully and the cluster sometimes remain in a inconsistent status forcing me to reset the whole installation.

Implementation details

To activate this feature in K3S cluster the instruction in this k3s discussion can be followed.

@ricsanfre ricsanfre added the new feature new feature label Jun 28, 2022
@ricsanfre ricsanfre added this to the backlog milestone Jun 28, 2022
@ricsanfre ricsanfre modified the milestones: backlog, release 1.4 Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant