Skip to content
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

Fix runc update --resources flag usage #71

Merged
merged 1 commit into from
Apr 27, 2021

Conversation

brandond
Copy link
Contributor

Runc's CLI requires --flag=value arg passing.
Xref: k3s-io/k3s#3104

Signed-off-by: Brad Davidson brad.davidson@rancher.com

Runc's CLI requires --flag=value arg passing.
Xref: k3s-io/k3s#3104

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
@brandond
Copy link
Contributor Author

cc @AkihiroSuda

@AkihiroSuda
Copy link
Member

Runc's CLI requires --flag=value arg passing.

This is because k3s variant of runc use urfave cli v1.22 urfave/cli#1092

So if you downgrade urfave cli to v1.21 (used by upstream runc) you will no longer see the error.

Anyway, this PR is harmless to upstream runc and LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants