mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-15 14:26:57 +00:00
Automatic merge from submit-queue (batch tested with PRs 42652, 42681, 42708, 42730) e2e: fix restarting the apiserver The string used to match the image name of the apiserver (e.g., `gcr.io/google_containers/kube-apiserver:3be...`), but this no longer works. Change the test to locate the kube-apiserver container by name.