mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
Port e2e tests for multi architecture
This commit is contained in:
@@ -278,7 +278,7 @@ func getPods(specs []*testPodSpec) (pods []*v1.Pod) {
|
||||
containers := []v1.Container{}
|
||||
for i := 0; i < spec.numContainers; i++ {
|
||||
containers = append(containers, v1.Container{
|
||||
Image: "gcr.io/google_containers/busybox:1.24",
|
||||
Image: busyboxImage,
|
||||
Name: spec.getContainerName(i),
|
||||
Command: getRestartingContainerCommand("/test-empty-dir-mnt", i, spec.restartCount, ""),
|
||||
VolumeMounts: []v1.VolumeMount{
|
||||
|
||||
Reference in New Issue
Block a user