mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 10:43:56 +00:00
Fix daemon_restart with right pause image
This commit is contained in:
parent
edd56cc00e
commit
eb58db2772
@ -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{},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user