mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Merge pull request #15553 from dchen1107/fix
Auto commit by PR queue bot
This commit is contained in:
commit
13859da2af
@ -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",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -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