mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-17 15:50:10 +00:00
Merge pull request #9894 from markturansky/image_change
Changed busybox image to gcr.io image for PV Recyclers
This commit is contained in:
commit
369a1e7761
@ -162,7 +162,7 @@ func (r *hostPathRecycler) Recycle() error {
|
|||||||
Containers: []api.Container{
|
Containers: []api.Container{
|
||||||
{
|
{
|
||||||
Name: "scrubber",
|
Name: "scrubber",
|
||||||
Image: "busybox",
|
Image: "gcr.io/google_containers/busybox",
|
||||||
// delete the contents of the volume, but not the directory itself
|
// delete the contents of the volume, but not the directory itself
|
||||||
Command: []string{"/bin/sh"},
|
Command: []string{"/bin/sh"},
|
||||||
// the scrubber:
|
// the scrubber:
|
||||||
|
@ -272,7 +272,7 @@ func (r *nfsRecycler) Recycle() error {
|
|||||||
Containers: []api.Container{
|
Containers: []api.Container{
|
||||||
{
|
{
|
||||||
Name: "scrubber",
|
Name: "scrubber",
|
||||||
Image: "busybox",
|
Image: "gcr.io/google_containers/busybox",
|
||||||
// delete the contents of the volume, but not the directory itself
|
// delete the contents of the volume, but not the directory itself
|
||||||
Command: []string{"/bin/sh"},
|
Command: []string{"/bin/sh"},
|
||||||
// the scrubber:
|
// the scrubber:
|
||||||
|
Loading…
Reference in New Issue
Block a user