diff --git a/pkg/volume/host_path/host_path.go b/pkg/volume/host_path/host_path.go index a0749b01560..1117ce2f27e 100644 --- a/pkg/volume/host_path/host_path.go +++ b/pkg/volume/host_path/host_path.go @@ -162,7 +162,7 @@ func (r *hostPathRecycler) Recycle() error { Containers: []api.Container{ { Name: "scrubber", - Image: "busybox", + Image: "gcr.io/google_containers/busybox", // delete the contents of the volume, but not the directory itself Command: []string{"/bin/sh"}, // the scrubber: diff --git a/pkg/volume/nfs/nfs.go b/pkg/volume/nfs/nfs.go index 74f0f3bb821..60cf405e5e6 100644 --- a/pkg/volume/nfs/nfs.go +++ b/pkg/volume/nfs/nfs.go @@ -272,7 +272,7 @@ func (r *nfsRecycler) Recycle() error { Containers: []api.Container{ { Name: "scrubber", - Image: "busybox", + Image: "gcr.io/google_containers/busybox", // delete the contents of the volume, but not the directory itself Command: []string{"/bin/sh"}, // the scrubber: