mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-16 15:20:17 +00:00
Changed busybox img to official gcr.io image
This commit is contained in:
parent
dae03043d4
commit
cfc08c4fdf
@ -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