mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-26 21:00:35 +00:00
Automatic merge from submit-queue (batch tested with PRs 59877, 59886, 59892). 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>. kubelet: revert the status HostIP behavior **What this PR does / why we need it**: This PR partially revert #57106 to fix #59889. The PR #57106 changed the behavior of `generateAPIPodStatus` when a **kubeClient** is nil. **Release note**: ```release-note NONE ```