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

update schema to allow prestop sleep action in lifecycle hook #1517

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dschaaff
Copy link

@dschaaff dschaaff commented Feb 7, 2025

https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/3960-pod-lifecycle-sleep-action/README.md

In order to avoid network errors during deployments or pod interruptions, a pre stop sleep is often used to allow time for the async endpoint removal process to complete. Kubernetes supports doing the sleep natively now, removing the need for an exec based sleep command. The values schema for the chart was blocking the use of this feature.

https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/3960-pod-lifecycle-sleep-action/README.md

In order to avoid network errors during deployments or pod
interruptions, a pre stop sleep is often used to allow time for the
async endpoint removal process to complete. Kubernetes supports doing
the sleep natively now, removing the need for an exec based sleep
command. The values schema for the chart was blocking the
use of this feature.
Copy link

linux-foundation-easycla bot commented Feb 7, 2025

CLA Signed


The committers listed above are authorized under a signed CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant