mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-02 11:02:16 +00:00
Fixed `The phase of Pod e2e-test-pod is Succeeded which is unexpected` error. `e2epod.NewPodClient(f).CreateSync` is unable to catch 'Running' status of the pod as pod finishes too fast. Using `Create` API should solve the issue as it doesn't query pod status.