From f9e9fc84aa999dccba84187616d095fe2f202b96 Mon Sep 17 00:00:00 2001 From: Di Xu Date: Mon, 16 Oct 2017 11:29:15 +0800 Subject: [PATCH] fix PV Recycle issue when running on multi-arch --- pkg/volume/plugins.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/volume/plugins.go b/pkg/volume/plugins.go index 334578b4d1c..f439187bf2a 100644 --- a/pkg/volume/plugins.go +++ b/pkg/volume/plugins.go @@ -711,7 +711,7 @@ func NewPersistentVolumeRecyclerPodTemplate() *v1.Pod { Containers: []v1.Container{ { Name: "pv-recycler", - Image: "gcr.io/google_containers/busybox", + Image: "busybox:latest", Command: []string{"/bin/sh"}, Args: []string{"-c", "test -e /scrub && rm -rf /scrub/..?* /scrub/.[!.]* /scrub/* && test -z \"$(ls -A /scrub)\" || exit 1"}, VolumeMounts: []v1.VolumeMount{