-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Start cri-docker service automatically, if using docker and kubernetes version >= 1.24 #12099
Comments
Moved packaging to #12103 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
The support status of https://github.com/Mirantis/cri-dockerd/issues doesn't seem used at all |
Unfortunately the dockershim is still included in https://kubernetes.io/blog/2020/12/02/dockershim-faq/#when-will-dockershim-be-removed |
It will be removed in 1.24 instead. |
This comment has been minimized.
This comment has been minimized.
Still present in Patches have been merged, so building CRI from |
As mentioned in
#9868, using docker requires CRI starting from kubernetes 1.24 up:https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/2221-remove-dockershim
It is being casually updated by Mirantis, for use in their commercial products:
https://www.mirantis.com/blog/the-future-of-dockershim-is-cri-dockerd/
https://www.mirantis.com/blog/mirantis-to-take-over-support-of-kubernetes-dockershim-2/
We should make sure to include
cri-dockerd
, and switch to/var/run/cri-docker.sock
Most things should be prepared in the cruntime already.
Unfortunately it seems upstream doesn't provide binaries ?> There is a Makefile with a few targets.make deb
ormake rpm
will probably have you covered, and you can install the packages as normal. If you’re using a different distribution,make static
will give you raw binaries you can invoke.https://github.com/mirantis/cri-dockerdThe text was updated successfully, but these errors were encountered: