Bug 1837251
| Summary: | Add a http/2 disable switch to ingresscontroller | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Andrew McDermott <amcdermo> |
| Component: | Networking | Assignee: | Andrew McDermott <amcdermo> |
| Networking sub component: | router | QA Contact: | Hongan Li <hongli> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | urgent | ||
| Priority: | high | CC: | aos-bugs |
| Version: | 4.5 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.5.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-07-13 17:39:55 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: | |||
|
Comment 1
Andrew McDermott
2020-05-20 14:01:39 UTC
Verified with 4.5.0-0.nightly-2020-05-30-025738 and the issue has been fixed. After annotating the ingresscontroller with ingress.operator.openshift.io/unsupported-disable-http2="true", the Env ROUTER_DISABLE_HTTP2=true is added to Deployment and the reencrypt route with custom cert uses HTTP1.1 now. $ oc -n openshift-ingress-operator annotate ingresscontroller/default ingress.operator.openshift.io/unsupported-disable-http2="true" $ oc -n openshift-ingress rsh router-default-758df89759-6v9qn sh-4.2$ env | grep HTTP2 ROUTER_DISABLE_HTTP2=true $ curl --resolve test-reen.example.com:443:a.b.c.d https://test-reen.example.com -k -I HTTP/1.1 200 OK 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, 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:2409 |