-
Notifications
You must be signed in to change notification settings - Fork 213
Bug 2007674: pkg/cvo/egress: Load HTTPS proxy from Proxy status #664
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
Bug 2007674: pkg/cvo/egress: Load HTTPS proxy from Proxy status #664
Conversation
Since 4.2's ea5e3bc (Add http transport for cincinnati to enable proxy, 2019-07-16, openshift#219), the CVO has been loading proxy config from the spec property. We should be loading from status instead, so we benefit from the network operator's validation. Risk is small, because unlike some other in-cluster components, the CVO is unlikely to break things if it is temporarily consuming a broken proxy configuration. This is similar to c9fab43 (pkg/cvo: Fetch proxy CA certs from openshift-config-managed/trusted-ca-bundle, 2020-01-31, openshift#311), where we moved our trusted CA source from the user-configured ConfigMap to the network-operator-validated ConfigMap.
|
@openshift-cherrypick-robot: An error was encountered cloning bug for cherrypick for bug 1980411 on the Bugzilla server at https://bugzilla.redhat.com. No known errors were detected, please see the full error message for details. Full error message.
code 53: Bugzilla_api_key is not a valid parameter for the Bugzilla::Bug::create function.
Please contact an administrator to resolve this issue, then request a bug refresh with 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. |
|
/title [release-4.7] Bug 2007674: pkg/cvo/egress: Load HTTPS proxy from Proxy status |
|
/retitle [release-4.7] Bug 2007674: pkg/cvo/egress: Load HTTPS proxy from Proxy status |
|
@openshift-cherrypick-robot: This pull request references Bugzilla bug 2007674, which is invalid:
Comment 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. |
|
/bugzilla refresh |
|
@palonsoro: This pull request references Bugzilla bug 2007674, which is invalid:
Comment 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. |
|
/bugzilla refresh |
|
@palonsoro: This pull request references Bugzilla bug 2007674, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 6 validation(s) were run on this bug
Requesting review from QA contact: 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. |
wking
left a comment
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.
/retitle Bug 2007674: pkg/cvo/egress: Load HTTPS proxy from Proxy status
No need to track the target branch in the PR subject. GitHub tracks it as structured information for all PRs, and it clutters the oc adm release info --changes-from ... diffs.
Clean pick, and it's had some cook-time in 4.8, so:
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: openshift-cherrypick-robot, wking 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-required Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
[patch-manager] 🚀 Approved for z-stream by score: 0.10 picked |
|
@openshift-cherrypick-robot: All pull requests linked via external trackers have merged: Bugzilla bug 2007674 has been moved to the MODIFIED state. 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. |
This is an automated cherry-pick of #627
/assign palonsoro