mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 22:20:18 +00:00
Using right pause image in container_probe test
This commit is contained in:
@@ -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",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user