🐛 OCPBUGS-85337: set imagePullPolicy IfNotPresent on provider workloads#424
🐛 OCPBUGS-85337: set imagePullPolicy IfNotPresent on provider workloads#424stefanonardo wants to merge 2 commits into
Conversation
…gePullPolicy fix Vendor manifests-gen from openshift/cluster-capi-operator#618 which sets imagePullPolicy: IfNotPresent on all containers in all provider workloads via kustomize, fixing disconnected cluster upgrades using pinned image sets (OCPBUGS-85337).
Regenerated via `make ocp-manifests` after vendoring the manifests-gen fix. The capo-controller-manager Deployment container now has imagePullPolicy: IfNotPresent instead of Always, fixing disconnected cluster upgrades using pinned image sets (OCPBUGS-85337).
|
@stefanonardo: This pull request references Jira Issue OCPBUGS-85337, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (4)
📒 Files selected for processing (2)
WalkthroughThe controller deployment changes ChangesController manifest update
Estimated code review effort: 1 (Trivial) | ~3 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@stefanonardo: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
Summary
manifests-genfix from OCPBUGS-85337: fix(manifests-gen): set imagePullPolicy IfNotPresent on provider workloads cluster-capi-operator#618 and regenerates manifests.capo-controller-managerDeployment container changes fromimagePullPolicy: AlwaystoIfNotPresent.ImagePullBackOffbecause the kubelet tries to pull images that are already present on the node.Depends on: openshift/cluster-capi-operator#618 (merged)
Port of: openshift/cluster-api-provider-aws#619
Test plan
capo-controller-managerpods no longer crash withImagePullBackOffcapo-controller-managerDeployment hasimagePullPolicy: IfNotPresentSummary by CodeRabbit
Bug Fixes
Chores