mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +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,
|
||||
Name: rcName,
|
||||
Namespace: ns,
|
||||
Image: "kubernetes/pause",
|
||||
Image: "beta.gcr.io/google_containers/pause:2.0",
|
||||
Replicas: numPods,
|
||||
CreatedPods: &[]*api.Pod{},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user