mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-05 10:05:47 +00:00
Automatic merge from submit-queue Kubelet: rename CreatePodSandbox to RunPodSandbox in CRI As @yifan-gu pointed out in #31847, the name `CreatePodSandbox` doesn't reflect that the sandbox is running after the API succeeds. This PR renames it to `RunPodSandbox` to make this clear. CC @yujuhong @yifan-gu @kubernetes/sig-node