mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 14:14:39 +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:
@@ -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",
|
||||
},
|
||||
|
Reference in New Issue
Block a user