Bug 1866575
Summary: | Default spec.httpHeaders.uniqueId.format value breaks HAProxy | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Miciah Dashiel Butler Masters <mmasters> |
Component: | Networking | Assignee: | Miciah Dashiel Butler Masters <mmasters> |
Networking sub component: | router | QA Contact: | Arvind iyengar <aiyengar> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | high | ||
Priority: | unspecified | CC: | aiyengar, aos-bugs, bperkins, hongli |
Version: | 4.6 | ||
Target Milestone: | --- | ||
Target Release: | 4.6.0 | ||
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: | 2020-10-27 16:25:22 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: |
Description
Miciah Dashiel Butler Masters
2020-08-06 00:38:05 UTC
The PR merged and made into "4.6.0-0.nightly-2020-08-10-200500". With this payload, the configuration files gets generated properly: - Payload version: --- $ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.6.0-0.nightly-2020-08-10-200500 True False 24h Cluster version is 4.6.0-0.nightly-2020-08-10-200500 - spec configuration: ----- $ oc -n openshift-ingress-operator get ingresscontroller internalapps -o yaml | grep -i "spec" -A6 spec: domain: internalapps.oc46-1108-patched.qe.devcluster.openshift.com endpointPublishingStrategy: type: NodePortService httpHeaders: uniqueId: name: abcd ----- - Inside the router: ---- $ cat haproxy.config | grep -i unique unique-id-format "%{+X}o %ci:%cp_%fi:%fp_%Ts_%rt:%pid" unique-id-header abcd ---- - Router logs: ---- $ oc -n openshift-ingress logs deployment/router-internalapps -c router --tail 10 I0812 04:47:49.947269 1 router.go:566] template "msg"="router reloaded" "output"=" - Checking http://localhost:80 ...\n - Health check ok : 0 retry attempt(s).\n" I0812 04:48:00.209896 1 router.go:566] template "msg"="router reloaded" "output"=" - Checking http://localhost:80 ...\n - Health check ok : 0 retry attempt(s).\n" I0812 04:48:05.190617 1 router.go:566] template "msg"="router reloaded" "output"=" - Checking http://localhost:80 ...\n - Health check ok : 0 retry attempt(s).\n" I0812 04:49:42.086777 1 router.go:566] template "msg"="router reloaded" "output"=" - Checking http://localhost:80 ...\n - Health check ok : 0 retry attempt(s).\n" I0812 04:49:47.072492 1 router.go:566] template "msg"="router reloaded" "output"=" - Checking http://localhost:80 ...\n - Health check ok : 0 retry attempt(s).\n" I0812 04:49:52.068477 1 router.go:566] template "msg"="router reloaded" "output"=" - Checking http://localhost:80 ...\n - Health check ok : 0 retry attempt(s).\n" I0812 04:49:57.075789 1 router.go:566] template "msg"="router reloaded" "output"=" - Checking http://localhost:80 ...\n - Health check ok : 0 retry attempt(s).\n" I0812 04:50:05.941089 1 router.go:566] template "msg"="router reloaded" "output"=" - Checking http://localhost:80 ...\n - Health check ok : 0 retry attempt(s).\n" I0812 04:50:10.943427 1 router.go:566] template "msg"="router reloaded" "output"=" - Checking http://localhost:80 ...\n - Health check ok : 0 retry attempt(s).\n" I0812 04:50:15.940164 1 router.go:566] template "msg"="router reloaded" "output"=" - Checking http://localhost:80 ...\n - Health check ok : 0 retry attempt(s).\n" ---- Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (OpenShift Container Platform 4.6 GA Images), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:4196 |