Skip to content

Conversation

@neolit123
Copy link
Member

@neolit123 neolit123 commented Dec 7, 2025

@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. area/kinder Issues to track work in the kinder tool labels Dec 7, 2025
@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Dec 7, 2025
@neolit123 neolit123 force-pushed the 1.35-fix-image-import-content-digest-not-found branch 3 times, most recently from 6f0284e to fa7fe9b Compare December 7, 2025 11:29
@k8s-ci-robot k8s-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Dec 7, 2025
@neolit123 neolit123 force-pushed the 1.35-fix-image-import-content-digest-not-found branch from fa7fe9b to 0c22338 Compare December 7, 2025 11:42
@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Dec 7, 2025
@neolit123 neolit123 force-pushed the 1.35-fix-image-import-content-digest-not-found branch 4 times, most recently from 2f304cb to 1a99530 Compare December 7, 2025 12:22
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Dec 7, 2025
@neolit123 neolit123 force-pushed the 1.35-fix-image-import-content-digest-not-found branch 8 times, most recently from 01b8f9b to 35edb1b Compare December 7, 2025 13:15
@neolit123 neolit123 force-pushed the 1.35-fix-image-import-content-digest-not-found branch 8 times, most recently from 7de5c3a to d70430a Compare December 7, 2025 14:01
@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Dec 7, 2025
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
@neolit123 neolit123 force-pushed the 1.35-fix-image-import-content-digest-not-found branch from d70430a to 9893c62 Compare December 7, 2025 14:08
@neolit123
Copy link
Member Author

/hold

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Dec 7, 2025
@neolit123 neolit123 changed the title WIP kinder: fix import content digest not found failure kinder: fix import content digest not found failure Dec 7, 2025
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 7, 2025
@neolit123 neolit123 added the priority/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now. label Dec 7, 2025
@neolit123 neolit123 added this to the v1.35 milestone Dec 7, 2025
Copy link
Member

@upodroid upodroid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Dec 7, 2025
@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@neolit123
Copy link
Member Author

merging to make CI green.
let's send followups if needed for this new setup function.

/hold cancel

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Dec 7, 2025
@k8s-ci-robot k8s-ci-robot merged commit 7020f8a into kubernetes:main Dec 7, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/kinder Issues to track work in the kinder tool cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. priority/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

failing kinder e2e tests since midday of 6 dec 2025

3 participants