-
Notifications
You must be signed in to change notification settings - Fork 269
Add the metal3-state host to NoProxy #1106
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
When using the Baremetal platform type data downloaded from metal3-state is internal.
|
/hold |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: derekhiggins 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 |
|
Unless something has changed, you'll need an installer PR and they need to land roughly at the same time to avoid a breakage. The proxy is created two places and needs to match. Some additional info in openshift/installer#2939 |
| // "metadata.google.internal." added due to https://bugzilla.redhat.com/show_bug.cgi?id=1754049 | ||
| set.Insert("metadata", "metadata.google.internal", "metadata.google.internal.") | ||
| case configv1.BareMetalPlatformType: | ||
| set.Insert("metal3-state.openshift-machine-api") |
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'd suggest adding a comment here saying this is managed by cluster-baremetal-operator, so people know why it's here (and where it's coming from)
|
@derekhiggins: The following tests failed, say
Full PR test history. Your PR dashboard. 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. |
|
Posted an alternative solution to openshift/cluster-baremetal-operator#147 |
|
openshift/cluster-baremetal-operator#147 merged /close |
|
@stbenjam: 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. |
When using the Baremetal platform type data
downloaded from metal3-state is internal.
Fixes: #1105