-
Notifications
You must be signed in to change notification settings - Fork 200
CRI conformance tests #88
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
Comments
Note that firecracker-contained binary we built is currently not having cri plugin, whereas containerd includes the plugin by default. Building cri with firecracker-containerd should be possible, but it would add a bunch of "replace" directives on our go.mod, due to the way Kubernetes manages Go packages. |
Hi @kzys ! Containerd is now supporting go modules (containerd/containerd#4760) and cri has been moved to containerd's main repo (https://github.com/containerd/containerd/tree/master/pkg/cri). It think that we can work back on this issue. Would you like to update #255 ? Or I can create a new one if you don't have time to work on it :) |
The runtime should be CRI conformant. To verify that the runtime is we need to run a set of tests to ensure this provided by containerd, ie CRI validation tests, CRI e2e (end to end) tests.
The validation tests should be implemented first due to e2e tests taking a long amount of time due to if something doesn't work, it'll timeout in 2 minutes for each test.
CRI Validation Test Issues:
#90 #91 #92 #93 #94 #95 #96 #97 #98 #99 #100 #101 #102 #103
The text was updated successfully, but these errors were encountered: