-
Notifications
You must be signed in to change notification settings - Fork 306
🌱 CI: clear /etc/sysconfig/kubelet to ensure --pod-infra-container-image is not set #3661
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
🌱 CI: clear /etc/sysconfig/kubelet to ensure --pod-infra-container-image is not set #3661
Conversation
|
/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-provider-vsphere-e2e-govmomi-conformance-ci-latest-main |
6b1a1d1 to
f3ae313
Compare
|
/test pull-cluster-api-provider-vsphere-e2e-govmomi-conformance-ci-latest-main |
|
I think these are unrelated flakes. It must be for vcsim at least. /retest |
|
Thank you very much! /lgtm |
|
LGTM label has been added. Git tree hash: aa12dc2601ef5520b0b1cbaf75d4be4b2e77431d
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 |
|
/retest Some other CI issue |
|
We'll get there :) |
…belet-pod-infra-container-image 🌱 CI: clear /etc/sysconfig/kubelet to ensure --pod-infra-container-image is not set
What this PR does / why we need it:
CI failing when creating a machine with v1.35 due to kubelet flag
--pod-infra-container-imagebeing set while it was removed for v1.35.Note: the
/etc/sysconfig/kubeletfile only contains this single flag for CAPV.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 #