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

cri-o OCI runtime interface needs clarification #36

Open
r10r opened this issue Sep 1, 2020 · 1 comment
Open

cri-o OCI runtime interface needs clarification #36

r10r opened this issue Sep 1, 2020 · 1 comment

Comments

@r10r
Copy link
Contributor

r10r commented Sep 1, 2020

Clarify what runtime version / cmdline interface is actually used by cri-o.
There are two OCI runtime specifications.

Runtime and Lifecycle

This is the simple version, which actually defines the 'kill' command interface used by cri-o.

OCI Runtime Command Line Interface

https://github.com/opencontainers/runtime-tools/blob/master/docs/command-line-interface.md

This is a the more complex interface, and it has not been changed since April/2008.
Some flags are defined in the original version of crio-lxc but never used by cri-o.
E.g. the 'kill' command defines the signal for 'kill' as flag '--signal' not as cmdline argument.

@r10r
Copy link
Contributor Author

r10r commented Sep 1, 2020

For the delete cmd crio uses the --force flag which is not defined in any of the above mentioned specs.

@r10r r10r transferred this issue from another repository Mar 24, 2021
@r10r r10r transferred this issue from another repository Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant