mirror of https://github.com/k3s-io/k3s
Changed busybox img to official gcr.io image
parent
dae03043d4
commit
cfc08c4fdf
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue