mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Fix wrong command in e2e agnhost utility function
The `Command` will cause the container process not starting correctly, so we now use the `Args` to end up running `/agnhost pause` as intended. Signed-off-by: Sascha Grunert <sgrunert@suse.com>
This commit is contained in:
parent
3a50184421
commit
c8b656db50
@ -477,7 +477,7 @@ func ProxyMode(f *Framework) (string, error) {
|
||||
{
|
||||
Name: "detector",
|
||||
Image: AgnHostImage,
|
||||
Command: []string{"pause"},
|
||||
Args: []string{"pause"},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user