Commit eb58db27 authored by Dawn Chen's avatar Dawn Chen

Fix daemon_restart with right pause image

parent edd56cc0
...@@ -213,7 +213,7 @@ var _ = Describe("DaemonRestart", func() { ...@@ -213,7 +213,7 @@ var _ = Describe("DaemonRestart", func() {
Client: framework.Client, Client: framework.Client,
Name: rcName, Name: rcName,
Namespace: ns, Namespace: ns,
Image: "kubernetes/pause", Image: "beta.gcr.io/google_containers/pause:2.0",
Replicas: numPods, Replicas: numPods,
CreatedPods: &[]*api.Pod{}, CreatedPods: &[]*api.Pod{},
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment