-
Notifications
You must be signed in to change notification settings - Fork 735
kinder: fix import content digest not found failure #3266
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
kinder: fix import content digest not found failure #3266
Conversation
6f0284e to
fa7fe9b
Compare
fa7fe9b to
0c22338
Compare
2f304cb to
1a99530
Compare
01b8f9b to
35edb1b
Compare
7de5c3a to
d70430a
Compare
Newer versions of kubekins introduced a change in the Docker version, which resulted in failures when doing this in kinder: - docker pull an image on the host - docker save the image as tar - docker cp the tar in the running container - ctr import the tar in the container Sometimes some images fail with an error about missing digest on the import. Before altering a node image modify the docker config to: - use the overlay2 storage driver - disable the containerd snapshotter
d70430a to
9893c62
Compare
|
/hold |
upodroid
left a comment
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
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: neolit123, upodroid The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
merging to make CI green. /hold cancel |
fixes #3265