-
Notifications
You must be signed in to change notification settings - Fork 13
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
e2e job: load image in kind #214
Conversation
The issue is related to the registry:
|
The local registry is no longer used in Multus, the image are now loaded: k8snetworkplumbingwg/multus-cni#1230 |
422be31
to
37bdd17
Compare
I see you're hitting this error:
IIUC, the local registry is no longer used - right ? - thus, you might need to adjust the name of the images (removing the local registry part - i.e. Just a wild guess. |
bcadfb7
to
641d367
Compare
Right, the local registry is no longer used. |
The Multus e2e environment is no longer using the local registry. The image is now loaded. The tag has been set to e2e so there is no conflict if the ImagePullPolicy is not set
Wait, I don't follow. I assume that create cluster script is used to also experiment locally; thus, compiling the code and re-deploying just this component is something I had in mind. Hence, IMO, always pulling makes sense. Maybe there's something I'm missing here ... Could you elaborate on why it fails because of the pull policy ? That's not immediately clear to me. |
From what I understood, When the image is loaded via Here is a blog describing the issue: https://iximiuz.com/en/posts/kubernetes-kind-load-docker-image/ |
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.
Let's get one in now to unlock CI.
We'll figure out the local workflow (re-deploy new versions of the daemonset later) if it turns out to be a problem (I expect all will be OK if we just load another updated version into the cluster).
What this PR does / why we need it:
The Multus e2e environment is no longer using the local registry. The image is now loaded. The tag has been set to e2e so there is no conflict if the ImagePullPolicy is not set
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer (optional):