mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-17 23:36:03 +00:00
Automatic merge from submit-queue CRI: Handle empty container name in dockershim. Fixes https://github.com/kubernetes/kubernetes/issues/35924. Dead container may have no name, we should handle this properly. @yujuhong @bprashanth