mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-16 07:50:46 +00:00
Automatic merge from submit-queue (batch tested with PRs 54894, 54630, 54828, 54926, 54865). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. trigger endpoint update on pod deletion Fixes #54723 cc: @joelsmith ```release-note Fix a bug where pod address is not removed from endpoints object while pod is in graceful termination. ```