mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +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.