mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
Switch to loading busybox from gcr.
This commit is contained in:
@@ -172,7 +172,7 @@ func makeCheckPod(ns string, nfsserver string) *api.Pod {
|
||||
Containers: []api.Container{
|
||||
{
|
||||
Name: "scrub-checker",
|
||||
Image: "busybox",
|
||||
Image: "gcr.io/google_containers/busybox",
|
||||
Command: []string{"/bin/sh"},
|
||||
Args: []string{"-c", "test ! -e /mnt/index.html || exit 1"},
|
||||
VolumeMounts: []api.VolumeMount{
|
||||
|
||||
Reference in New Issue
Block a user