From c61dd8450653a7394a913e7f8113ca22c92dcec6 Mon Sep 17 00:00:00 2001 From: Dawn Chen Date: Mon, 12 Oct 2015 15:14:59 -0700 Subject: [PATCH] Using pause image for testing. --- test/e2e/etcd_failure.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/etcd_failure.go b/test/e2e/etcd_failure.go index b6ba2b90da..436d35e6e2 100644 --- a/test/e2e/etcd_failure.go +++ b/test/e2e/etcd_failure.go @@ -49,7 +49,7 @@ var _ = Describe("Etcd failure", func() { Client: framework.Client, Name: "baz", Namespace: framework.Namespace.Name, - Image: "gcr.io/google_containers/nginx", + Image: "beta.gcr.io/google_containers/pause:2.0", Replicas: 1, })).NotTo(HaveOccurred()) })