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

Switch from docker to containerd for vagrant-based test cluster #2545

Closed
antoninbas opened this issue Aug 5, 2021 · 0 comments · Fixed by #2583
Closed

Switch from docker to containerd for vagrant-based test cluster #2545

antoninbas opened this issue Aug 5, 2021 · 0 comments · Fixed by #2583
Labels
good first issue Good for newcomers kind/task Categorizes issue or PR as related to a routine task that needs to be performed priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.

Comments

@antoninbas
Copy link
Contributor

https://github.com/antrea-io/antrea/tree/main/test/e2e/infra/vagrant

It looks like making the switch would make sense, as it seems it is more common nowadays to run K8s with containerd directly, instead of Docker. https://kubernetes.io/blog/2020/12/02/dont-panic-kubernetes-and-docker/

While it seems that K8s v1.22 still works fine with Docker, we did run into one issue already: #2543. It's possible that things will get worse in the future.

@antoninbas antoninbas added good first issue Good for newcomers priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. kind/task Categorizes issue or PR as related to a routine task that needs to be performed labels Aug 5, 2021
antoninbas pushed a commit that referenced this issue Aug 18, 2021
Instead of Docker

Fixes #2545 

Signed-off-by: Stan Wong <swong394@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers kind/task Categorizes issue or PR as related to a routine task that needs to be performed priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant