-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add infra-image to MCO bootstrap #1292
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
Conversation
@wking @abhinavdahiya ptal. |
/test e2e-aws |
I don't think this PR will pass until the MCO PR is merged to populate the pod field:
|
Need to get the pod image for the MCO so that it can be set in crio.conf. Signed-off-by: Urvashi Mohnani <[email protected]>
09eb9ed
to
02a7ee2
Compare
Dependent PR openshift/machine-config-operator#494 merged. /lgtm |
From the
Who's injecting the /retest |
The pod image will be injected by the MCO. AIUI this PR is required for the MCO pr which injects the image to land. And that error is expected (unless everything else fails cause of that) |
Yeah, currently this failure is blocking further |
OK yes sorry, I was wrong in this comment. We do need to add it to |
@cgwalters so open a PR in MCO with just the image-references change? |
Right. Sorry about this...it is very confusing I know. |
/retest |
Still seeing the same thing in |
Still failing with
|
/retest |
@runcom @cgwalters aws still failing. Seeing similar failure to what was happening in openshift/machine-config-operator#471 |
It's probably |
/retest |
1 similar comment
/retest |
Can someone approve this? It's definitely for 4.0. |
/approve |
oh gosh, realized this is not MCO repo (too fast) |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhinavdahiya, cgwalters, runcom, umohnani8 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 |
When openshift/installer#1292 lands this will undo the hacks to enable the CVO-driven pod image.
And then the crazy dance should finally conclude with openshift/machine-config-operator#518 after this merges. Hopefully! |
Need to get the pod image for the MCO so that it can be set
in crio.conf.
Signed-off-by: Urvashi Mohnani [email protected]