mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Merge pull request #82420 from openSUSE/e2e-fix
Fix wrong command in e2e agnhost utility function
This commit is contained in:
commit
90f41951cd
@ -477,7 +477,7 @@ func ProxyMode(f *Framework) (string, error) {
|
|||||||
{
|
{
|
||||||
Name: "detector",
|
Name: "detector",
|
||||||
Image: AgnHostImage,
|
Image: AgnHostImage,
|
||||||
Command: []string{"pause"},
|
Args: []string{"pause"},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user