mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-20 16:55:08 +00:00
Automatic merge from submit-queue (batch tested with PRs 56401, 56506, 56551, 56298, 56581). 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: include runtime error in event on CreatePodSandbox failure Include the error from the runtime in the event message when CreatePodSandbox fails. The sandbox creation can fail for many reasons and including the error makes the situation easier to debug. The event for failed PodSandboxStatus includes this information so there is already precedent for doing this. xref https://bugzilla.redhat.com/show_bug.cgi?id=1506813 @eparis @derekwaynecarr @dchen1107 @vishh /release-note-none /sig node