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
[3.10] Ensure atomic hosts prepull node image during pre-upgrade #10136
[3.10] Ensure atomic hosts prepull node image during pre-upgrade #10136
Conversation
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.
/hold
913c3d8
to
0fab872
Compare
|
/hold cancel |
| @@ -6,6 +6,9 @@ | |||
| - openshift_deployment_type == 'openshift-enterprise' | |||
| - not openshift_use_crio | bool | |||
|
|
|||
| - name: Start node image prepull | |||
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.
Had to add this, 3.11 and master have prepull, 3.10 doesn't.
|
Needs: #10138 |
ecf802b
to
f71bae9
Compare
|
/retest |
Currently, atomic hosts do not prepull the node image during pre-upgrade step. This commit refactors image prepulling to ensure it happens at the approriate times for both install and upgrades and properly accounts for atomic host. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1629558 (cherry picked from commit 783085a)
f71bae9
to
7c714fd
Compare
|
/test gcp |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: michaelgugino, sdodson 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 |
Currently, atomic hosts do not prepull the node image
during pre-upgrade step. This commit refactors image
prepulling to ensure it happens at the approriate times
for both install and upgrades and properly accounts for
atomic host.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1629558
(cherry picked from commit 783085a)
Backports: #10125
Backport Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1631021