mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-22 02:18:51 +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:
@@ -471,7 +471,7 @@ func ProxyMode(f *Framework) (string, error) {
|
|||||||
{
|
{
|
||||||
Name: "detector",
|
Name: "detector",
|
||||||
Image: AgnHostImage,
|
Image: AgnHostImage,
|
||||||
Command: []string{"pause"},
|
Args: []string{"pause"},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user