You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.
Was reviewing the teardown handling in kurma and was wondering if some guidelines should be added around signals to shutdown apps/pods.
A reasonable guideline would likely be the Kubernetes definition of a
TERM
, followed by a grace period, and aKILL
if the period expires.The text was updated successfully, but these errors were encountered: