mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-08-09 08:05:24 +00:00
Avoid TTL by deleting pods immediately when they aren't scheduled, and letting the Kubelet delete them otherwise. Ensure the Kubelet uses pod.Spec.TerminationGracePeriodSeconds when no pod.DeletionGracePeriodSeconds is available.