mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
e2e: fix pause command in ProxyMode func
The agn image has no pause command, only a pause subcommand of the agn command.
This commit is contained in:
parent
533daf6624
commit
ab7cf24585
@ -469,9 +469,9 @@ func ProxyMode(f *Framework) (string, error) {
|
|||||||
HostNetwork: true,
|
HostNetwork: true,
|
||||||
Containers: []v1.Container{
|
Containers: []v1.Container{
|
||||||
{
|
{
|
||||||
Name: "detector",
|
Name: "detector",
|
||||||
Image: AgnHostImage,
|
Image: AgnHostImage,
|
||||||
Command: []string{"pause"},
|
Args: []string{"pause"},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user