-
Notifications
You must be signed in to change notification settings - Fork 1.4k
🌱 e2e: ensure to always preload kindnetd to not hit ImagePullBackoff #11986
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: ensure to always preload kindnetd to not hit ImagePullBackoff #11986
Conversation
/hold Want to checkout test results |
/test help |
@chrischdi: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/test pull-cluster-api-e2e-latestk8s-main |
/test pull-cluster-api-e2e-mink8s-main |
Looks good from my side. Feel free to merge when ready /lgtm |
LGTM label has been added. Git tree hash: 93fb6098a1565608050e2c0d3e86a831a9d96396
|
/hold cancel Will repeat this for release-1.9 and release-1.8! |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabriziopandini, sbueringer 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 |
What this PR does / why we need it:
E2E improvement to ensure startup of a machine does not fail due to imagepullbackoff of kindnetd.
Also reduces the amount of required image pulls from remote and thus should make it faster and reduce costs for the community a bit.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
/area e2e-testing