Skip to content
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

Makefile: Push image in 'kind-image' target #18167

Merged
merged 1 commit into from
Dec 9, 2021

Conversation

joestringer
Copy link
Member

@joestringer joestringer commented Dec 8, 2021

If the developer set the imagePullPolicy to Always, then kind would
always end up pulling the image version from the localhost:5000 registry
instead of using the version we sideload in the final step here. Avoid
this by unconditionally pushing the image to the local registry.

If the developer set the imagePullPolicy to Always, then kind would
always end up pulling the image version from the localhost:5000 registry
instead of using the version we sideload in the final step here. Avoid
this by unconditionally pushing the image to the local registry.

Signed-off-by: Joe Stringer <joe@cilium.io>
@joestringer joestringer requested a review from a team as a code owner December 8, 2021 03:02
@joestringer joestringer added needs-backport/1.11 release-note/misc This PR makes changes that have no direct user impact. labels Dec 8, 2021
@maintainer-s-little-helper maintainer-s-little-helper bot added dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. and removed dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. labels Dec 8, 2021
@joestringer joestringer added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Dec 8, 2021
@nbusseneau nbusseneau merged commit 337b2c9 into cilium:master Dec 9, 2021
@tklauser tklauser added backport-done/1.11 The backport for Cilium 1.11.x for this PR is done. and removed backport-pending/1.11 labels Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-done/1.11 The backport for Cilium 1.11.x for this PR is done. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants