-
Notifications
You must be signed in to change notification settings - Fork 1.5k
bootkube.sh: remove image refs for mco components #1875
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
bootkube.sh: remove image refs for mco components #1875
Conversation
04f985c to
8f7c1f5
Compare
423d75f to
4f7160e
Compare
|
/retest |
Remove references to mcc/mcd/mcs and setupetcd images now that the MCO has 1 super-image containing all of the sub-images Requires: openshift/machine-config-operator#850 Related-to: openshift/machine-config-operator#739
4f7160e to
c031996
Compare
As an intermediate PR, as part of folding mco images into one image, remove the required flag for mcc/mcd/mcs/setupetcdenv images in bootstrap.go Required-by: openshift/installer#1875 Required-by: openshift#895 Related-to: openshift#739
|
/retest |
|
/test e2e-openstack |
Template & bootstrap.go need to reference the MCO image instead of the old setupetcdenv image. Required-for: openshift/installer#1875 Related-to: openshift#850 Related-to: openshift#739 (issue will only close when final installer pr merges)
Template & bootstrap.go need to reference the MCO image instead of the old setupetcdenv image. Required-for: openshift/installer#1875 Related-to: openshift#850 Related-to: openshift#739 (issue will only close when final installer pr merges)
Operator.go & bootstrap.go need to reference the MCO image instead of the old setupetcdenv image. Update template to add setupetcdenv entrypoint for MCO image. Required-for: openshift/installer#1875 Related-to: openshift#850 Related-to: openshift#739 (issue will only close when final installer pr merges)
|
/retest |
|
despite the WIP, this is ready now and passes e2e-aws :) /approve |
|
@abhinavdahiya can you review and merge this if it looks good to you? dependant PR are in place already |
|
/retest I guess we can skip the scaleup test also (rest passes just fine) |
|
/retest |
|
not gonna pass 🤷♂ but PR is good to go anyway /retest |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhinavdahiya, kikisdeliveryservice, runcom The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
@kikisdeliveryservice: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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/test-infra repository. I understand the commands that are listed here. |
Since openshift/machine-config-operator#850 and openshift/installer#1875 the installer will take a single image for the machine config operator.
Remove references to mcc/mcd/mcs and setupetcd images now that the MCO has 1
super-image containing all of the sub-images
Requires: openshift/machine-config-operator#850
Related-to: openshift/machine-config-operator#739