Bug 1734806
Summary: | Metrics is not accessible via route | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | jooho lee <jlee> | ||||
Component: | Networking | Assignee: | Dan Mace <dmace> | ||||
Networking sub component: | router | QA Contact: | Hongan Li <hongli> | ||||
Status: | CLOSED NOTABUG | Docs Contact: | |||||
Severity: | unspecified | ||||||
Priority: | unspecified | CC: | aos-bugs, dmace, mmasters, nagrawal | ||||
Version: | 3.11.0 | ||||||
Target Milestone: | --- | ||||||
Target Release: | 3.11.z | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2019-08-16 19:18:05 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
jooho lee
2019-07-31 13:44:10 UTC
Created attachment 1595089 [details]
Metric error messages
Hi, Only Metrics/console has this issue. For other applications, haproxy work fine. ~~~ curl -vvvk -H "Host: redisdemo-ext-redisdemo.dev.ocp.thops.cloud" http://localhost * About to connect() to localhost port 80 (#0) * Trying ::1... * Connection refused * Trying 127.0.0.1... * Connected to localhost (127.0.0.1) port 80 (#0) > GET / HTTP/1.1 > User-Agent: curl/7.29.0 > Accept: */* > Host: redisdemo-ext-redisdemo.dev.ocp.thops.cloud > < HTTP/1.1 302 < X-Content-Type-Options: nosniff < X-XSS-Protection: 1; mode=block < Cache-Control: no-cache, no-store, max-age=0, must-revalidate < Pragma: no-cache < Expires: 0 < Set-Cookie: redisdemo-dev=NTQwZWNiOGMtNGI4OC00N2M1LTkxNTAtYmQzMTY3ZTNiMDI5; Path=/; HttpOnly < Location: http://redisdemo-ext-redisdemo.dev.ocp.thops.cloud/session < Content-Language: en < Content-Length: 0 < Date: Tue, 30 Jul 2019 12:31:18 GMT < Set-Cookie: 64382ecd689f405b024b5a364cf46420=997e1751eb80679b6ca9691aaf5d8a00; path=/; HttpOnly < * Connection #0 to host localhost left intact ~~~ Are re-encrypt routes in general not working? Have you verified that the certificates are valid? The curl commands you are using should have printed information about the server certificates; did you delete that information? If so, please include it so we can verify that the certificates match the host names ("metrics.dev.ocp.thops.cloud" in the case of the metrics route and "console.openshift-console.svc" in the case of the console route). Can you provide the HAProxy logs, the definitions of the affected routes, and the corresponding services' definitions as well? After reinstallation of Metric, the issue is gone. I believe recreating route can fix the issue. So I will close this ticket. The needinfo request[s] on this closed bug have been removed as they have been unresolved for 365 days |