mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-18 07:45:13 +00:00
Automatic merge from submit-queue (batch tested with PRs 40239, 40397, 40449, 40448, 40360) CRI: Work around container create conflict. Fixes https://github.com/kubernetes/kubernetes/issues/40443. This PR added a random suffix in the container name when we: * Failed to create the container because of "Conflict". * And failed to remove the container because of "No such container". @yujuhong @feiskyer /cc @kubernetes/sig-node-bugs