Using pause image for testing.

This commit is contained in:
Dawn Chen
2015-10-12 15:14:59 -07:00
parent 5cab5f68e4
commit c61dd84506

View File

@@ -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())
})