-
Notifications
You must be signed in to change notification settings - Fork 1.5k
WIP bootkube: add static pod images to bookube flags #2025
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
|
/hold openshift/machine-config-operator#983 has to merge first. |
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.
why is there not image prefix here in the flag?
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.
I copied the flag structure like the --machine-config-$x-image above.
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.
oh I see you mean the '-image' suffix specifically on baremetal-runtimecfg. I fixed it here and in the mco patch. Thanks!
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.
baremetal-runtimecfg should have -image appended. That was my fault for putting that in my MCO patch.
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.
yep fixed
These images are used by openstack and KNI in order to set up some infra services that are not provided in our case. This includes node level DNS and loadbalancing, as well as keepalived to provide failover for these services. This requires the flags to be added in MCO first: openshift/machine-config-operator#983 The images are used in these MCO PRs: openshift/machine-config-operator#795 openshift/machine-config-operator#740
|
/retest |
1 similar comment
|
/retest |
|
/hold cancel |
|
/lgtm |
|
/retest |
|
@trown bootkube is failing for me with: Pretty sure that's why this is all red. |
|
Looks like |
Indeed... it looks like that image is not actually in the payload :(
|
|
/test e2e-openstack |
|
/retest |
|
/test e2e-openstack |
|
/retest The images are now present in the release. |
|
@trown: 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. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mandre, markmc, trown 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 |
|
@tomassedovic is this required if https://github.com/openshift/installer/pull/2075/files merges..? |
|
@abhinavdahiya it's not -- those two patches are functionally equivalent. Since #2075 merged, I'm closing this one. /close |
|
@tomassedovic: Closed this PR. 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 kubernetes/test-infra repository. |
These images are used by openstack and KNI in order to set up some
infra services that are not provided in our case. This includes node
level DNS and loadbalancing, as well as keepalived to provide failover
for these services.
This requires the flags to be added in MCO first:
openshift/machine-config-operator#983
The images are used in these MCO PRs:
openshift/machine-config-operator#795
openshift/machine-config-operator#740