-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add OPENSHIFT_INSTALL_BOOTSTRAP_OS_IMAGE_OVERRIDE env variable... #2711
Conversation
Hi @kirankt. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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/test-infra repository. |
/ok-to-test |
/retest |
This looks good to me and works the same as the main RHCOS image. Once you're happy with this, could you adjust the commit to match the requirements in https://github.com/openshift/installer/blob/master/CONTRIBUTING.md#commit-message-format? |
/assign @abhinavdahiya @abhinavdahiya I know you're trying to avoid additional env variables, but we need to be able to override this unfortunately. This is consistent with the other images, at least. |
/retest |
I had some discussion with @abhinavdahiya and it sounds like adding overrides to the install config may be preferred - I added some notes on that to #2597 |
That said, personally I think this is reasonable, there's already an env var for one bootimage, so this is just making it consistent for both. |
…ble baremetal bootstrap node to work offine Extend the work of PR: #2061
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: kirankt The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@kirankt: The following tests 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. 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/test-infra repository. I understand the commands that are listed here. |
Alternative approach after discussing this with installer team: #2757 /close |
@stbenjam: Closed this PR. 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/test-infra repository. |
Add OPENSHIFT_INSTALL_BOOTSTRAP_OS_IMAGE_OVERRIDE env variable to enable baremetal bootstrap node to work offline
Extend the work of PR: #2061