mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-15 22:38:07 +00:00
Automatic merge from submit-queue (batch tested with PRs 44970, 43618) CRI: Fix StopContainer timeout Fixes https://github.com/kubernetes/kubernetes/issues/44956. I verified this PR with the example provided in https://github.com/kubernetes/kubernetes/issues/44956, and now pod deletion will respect grace period timeout: ``` NAME READY STATUS RESTARTS AGE gracefully-terminating-pod 1/1 Terminating 0 6m ``` @dchen1107 @yujuhong @feiskyer /cc @kubernetes/sig-node-bugs