You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "Allow combining of short boolean options (e.g. crictl ps -aq)."
This reverts commit 8049711.
This has broken "crictl exec" arguments:
Mar 19 17:28:52 runcom.internal crio[25912]: time="2018-03-19
17:28:52.150599893+01:00" level=debug msg="ExecSyncRequest
&ExecSyncRequest{ContainerId:7520b,Cmd:[-c echo hello world
sh],Timeout:0,}"
You can see above the args are totally wrong. Not sure what caused this
but given the change wasn't _needed_ let's revert and make exec work
again. Tested successfully with CRI-O.
Signed-off-by: Antonio Murdaca <[email protected]>
0 commit comments