Commit 369a1e77 authored by Saad Ali's avatar Saad Ali

Merge pull request #9894 from markturansky/image_change

Changed busybox image to gcr.io image for PV Recyclers
parents 4d251212 cfc08c4f
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment