mirror of https://github.com/k3s-io/k3s
Using right pause image in container_probe test
parent
e929977ff3
commit
edd56cc00e
|
@ -120,7 +120,7 @@ func makePodSpec(readinessProbe, livenessProbe *api.Probe) *api.Pod {
|
||||||
ReadinessProbe: readinessProbe,
|
ReadinessProbe: readinessProbe,
|
||||||
}, {
|
}, {
|
||||||
Name: "test-noprobe",
|
Name: "test-noprobe",
|
||||||
Image: "gcr.io/google_containers/pause",
|
Image: "beta.gcr.io/google_containers/pause:2.0",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue