Fix daemon_restart with right pause image

This commit is contained in:
Dawn Chen 2015-10-12 17:00:46 -07:00
parent edd56cc00e
commit eb58db2772

View File

@ -213,7 +213,7 @@ var _ = Describe("DaemonRestart", func() {
Client: framework.Client,
Name: rcName,
Namespace: ns,
Image: "kubernetes/pause",
Image: "beta.gcr.io/google_containers/pause:2.0",
Replicas: numPods,
CreatedPods: &[]*api.Pod{},
}