-
Notifications
You must be signed in to change notification settings - Fork 98
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
[release-4.18] OCPBUGS-51163: Fix bad IPv6 address #1074
base: release-4.18
Are you sure you want to change the base?
Conversation
Let the kube-rbac-proxy listens on `8443` (without specifying the IP address) In the insights-operator, connect to this port to go through the kube-rbac-proxy This fixes https://issues.redhat.com/browse/OCPBUGS-51163 Signed-off-by: Jeff Mesnil <[email protected]>
@jmesnil: This pull request references Jira Issue OCPBUGS-51163, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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 openshift-eng/jira-lifecycle-plugin repository. |
/payload-job periodic-ci-openshift-release-master-nightly-4.18-e2e-metal-ipi-ovn-ipv6-techpreview |
@jmesnil: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/84f39f40-f287-11ef-9e00-aa063f638c80-0 |
/test unit |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jmesnil, tremes The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
@jmesnil: all tests passed! Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
/label backport-risk-assessed |
/jira refresh |
@tremes: This pull request references Jira Issue OCPBUGS-51163, which is invalid:
Comment 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 openshift-eng/jira-lifecycle-plugin repository. |
Let the kube-rbac-proxy listens on 8443 (without specifying the IP address)
In the insights-operator, connect to this port to go through the kube-rbac-proxy
This fixes https://issues.redhat.com/browse/OCPBUGS-51163
I've also cherry-picked a commit for https://issues.redhat.com/browse/OCPBUGS-51164 as it was fixed in
master
by OCPBUGS-45926: use joinHostPort to fix IPv6 but is also necessary on4.18
to connect on an IPv6 clusterCategories
References
https://issues.redhat.com/browse/OCPBUGS-51163
https://issues.redhat.com/browse/OCPBUGS-51164
Upstream PR is #1073