mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Using right pause image in container_probe test
This commit is contained in:
parent
e929977ff3
commit
edd56cc00e
@ -120,7 +120,7 @@ func makePodSpec(readinessProbe, livenessProbe *api.Probe) *api.Pod {
|
||||
ReadinessProbe: readinessProbe,
|
||||
}, {
|
||||
Name: "test-noprobe",
|
||||
Image: "gcr.io/google_containers/pause",
|
||||
Image: "beta.gcr.io/google_containers/pause:2.0",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user