mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Merge pull request #130383 from toVersus/chore/e2e-node-aghnhost
[e2e/node] update base image from busybox to agnhost
This commit is contained in:
commit
9193be3aec
@ -911,7 +911,7 @@ func (s podFastDeleteScenario) Pod(worker, attempt int) *v1.Pod {
|
||||
InitContainers: []v1.Container{
|
||||
{
|
||||
Name: "fail",
|
||||
Image: imageutils.GetE2EImage(imageutils.BusyBox),
|
||||
Image: imageutils.GetE2EImage(imageutils.Agnhost),
|
||||
Command: []string{
|
||||
"/bin/false",
|
||||
},
|
||||
@ -926,7 +926,7 @@ func (s podFastDeleteScenario) Pod(worker, attempt int) *v1.Pod {
|
||||
Containers: []v1.Container{
|
||||
{
|
||||
Name: "blocked",
|
||||
Image: imageutils.GetE2EImage(imageutils.BusyBox),
|
||||
Image: imageutils.GetE2EImage(imageutils.Agnhost),
|
||||
Command: []string{
|
||||
"/bin/true",
|
||||
},
|
||||
@ -955,7 +955,7 @@ func (s podFastDeleteScenario) Pod(worker, attempt int) *v1.Pod {
|
||||
Containers: []v1.Container{
|
||||
{
|
||||
Name: "fail",
|
||||
Image: imageutils.GetE2EImage(imageutils.BusyBox),
|
||||
Image: imageutils.GetE2EImage(imageutils.Agnhost),
|
||||
Command: []string{
|
||||
"/bin/false",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user