-
Notifications
You must be signed in to change notification settings - Fork 27
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
Upgrade cri-dockerd version to fix a bug that can not download large images #77
Conversation
Nice! |
Thanks for the review!
Thanks for your effort! |
d2c39c7
to
dd4575a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thx!
@manusa Thanks for improving a mechanism to install cri-dockerd! |
still WIP ;) |
:_( |
9b0e9a8
to
0800d2a
Compare
0800d2a
to
daf5bf1
Compare
Unfortunately Minikube's support for cri-dockerd v0.2.6 is not there yet (kubernetes/minikube#14724). I'm trying to figure out a proper way to setup cri-dockerd with a cni plugin, but still no luck. I'm also not sure if the problems with the ingress and registry extensions are related to this, or to something else. |
@manusa Thanks for clarifying. |
daf5bf1
to
e022f2d
Compare
e022f2d
to
ce57ec3
Compare
f2d1bf7
to
c08d74d
Compare
f29df40
to
2eba8fe
Compare
Signed-off-by: tenzen-y <yuki.iwai.tz@gmail.com>
2eba8fe
to
91f04b9
Compare
Upgrading cri-docker required the update of the complete ecosystem. After waiting multiple months for everything to work, it seems that the dependency combination provided in #95 does the trick. Your commit was cherry-picked into that PR, will merge that one while closing this one. Thx for your contribution. |
Thank you for your hard work! |
Signed-off-by: tenzen-y yuki.iwai.tz@gmail.com
The cri-dockerd v0.2.0 has a critical bug that can not download large container images. And it was resolved in v0.2.6.
ref: