-
Notifications
You must be signed in to change notification settings - Fork 348
Merge CRI code into upstream containerd #1479
Comments
Might not be too bad have been making a lot of changes of late to get us there. Chatted with @dmcgowan about it in passing yesterday :-) |
This repo does have the k8s bot, setting up permission and webhooks on the main repo would be easy. The test infra configuration is in this repo, https://github.com/kubernetes/test-infra/search?q=%22containerd%2Fcri%22&type=Code I am a bit concerned about supporting release branches though. If the k8s tests build from another repository, will that make older branches without testing. Or would those changes just be able to be tested when they are vendored back into containerd. Setting a whole new configuration to test both repos doesn't seem very easy. Let me call over the experts to opine here |
@crosbymichael @dmcgowan i'd like to get there. we need to clean up k8s.io/kubernetes <-> containerd/cri first. some experiments are here:
It's not too bad to rework the test-infra configuration to switch over as well. agree that we need to figure out the test matrix (which k8s branches against which containerd branches) etc. Let's see how quickly we can make progress on the dependency first. |
Chatted with @dims offline, this isn't a blocker so to speak, just one of the many clean ups that would be nice to get done and can happen in /cri or /containerd. |
Agree! |
Agree! @kevpar - You may want to get the WCOW changes PR'd or wait to do against containerd post this. |
I think we should start on this after the 1.4 release. We can do a 1.5 milestone for this and have it as the only item. |
Sounds like a plan! |
The content of this
|
I think it's time we merge the two. The CRI API is a very important entry point for the containerd project and they are shipped as one. I don't think these two need to be split codebases any longer.
How hard is it to move the tests to the main containerd repo?
The text was updated successfully, but these errors were encountered: