-
Notifications
You must be signed in to change notification settings - Fork 460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crictl exec: cannot parse command args #305
Comments
The problem is actually a bit worse: when doing something like |
I have to correct my statement. Vendoring in a more recent version of urfave/cli did the trick, see #306. |
@feiskyer Can we add the two patches into the |
@vrothberg Could you create a cherry pick PR for release-1.10? |
Sure. I'll prepare one and ping you there. Thanks for the quick reply! |
crictl exec
isn't able to parse arguments of a specified command starting the "-" as they're interpreted as flags ofcrictl exec
instead of just passing them to the command.Version: Tried with latest crictl (i.e., commit 7f1936f).
Reproduce with
crictl exec ID ls -la
The text was updated successfully, but these errors were encountered: