-
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
fix containerd ImageExists to look for image name and image id sha #17671
Conversation
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube (PR 17671) start: 52.3s 50.5s 52.3s 52.3s 50.5s Times for minikube ingress: 28.7s 27.8s 28.3s 28.4s 27.8s docker driver with docker runtime
Times for minikube ingress: 20.5s 20.4s 19.9s 20.9s 21.0s Times for minikube start: 25.6s 24.2s 23.8s 22.1s 26.7s docker driver with containerd runtime
Times for minikube ingress: 18.3s 32.3s 31.4s 32.4s 30.4s Times for minikube start: 24.3s 21.3s 23.0s 24.7s 22.2s |
These are the flake rates of all failed tests.
To see the flake rates of all tests by environment, click here. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: medyagh, prezha 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 |
pls see details in the comment: #17658 (comment)
this pr addresses the problem of (how we handle/expect) the
ctr
output - from logs:so, the above underlying error:
comes from this line, and that effectively come from this block
looking at the crt output, we have:
which has image
ref
and imagedigest
sha in each line, whereas we want image ref and imageid
sha on the same line, and hence that fails (as there's image id on a separate "line")to prove the point,
cricrl
gives both image ref and id on the same line (from the same minikube cluster):test:
before:
after:
test output: