Bug 1987238
Summary: | A negative value applied for the "tlsInspectDelay" option caused the router pod to go into crashloop | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Arvind iyengar <aiyengar> |
Component: | Networking | Assignee: | Ryan Fredette <rfredette> |
Networking sub component: | router | QA Contact: | Arvind iyengar <aiyengar> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | high | CC: | amcdermo, aos-bugs, skrenger |
Version: | 4.9 | ||
Target Milestone: | --- | ||
Target Release: | 4.9.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: | 2021-10-18 17:43:18 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
Arvind iyengar
2021-07-29 09:55:16 UTC
Verified in "4.9.0-0.ci.test-2021-07-30-084757-ci-ln-06q9z1b-latest" release version. With this release, the router no more appears to crash for the negative values specified for "tlsInspectDelay" parameter as it gets discarded and the router loads with the default value: ------- oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.9.0-0.ci.test-2021-07-30-084757-ci-ln-06q9z1b-latest True False 2m3s Cluster version is 4.9.0-0.ci.test-2021-07-30-084757-ci-ln-06q9z1b-latest Post the change: oc -n openshift-ingress-operator get ingresscontroller internalapps -o yaml | grep -i tuning -A1 tuningOptions: tlsInspectDelay: -10s oc -n openshift-ingress get pods -o wide NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES router-default-575d9dc464-7nx55 1/1 Running 0 28m 10.131.0.5 ip-10-0-165-4.us-east-2.compute.internal <none> <none> router-default-575d9dc464-m9cqh 1/1 Running 0 28m 10.128.2.8 ip-10-0-250-44.us-east-2.compute.internal <none> <none> router-internalapps-6747cd588d-tt6cj 2/2 Running 0 5s 10.131.0.27 ip-10-0-165-4.us-east-2.compute.internal <none> <none> sh-4.4$ env | grep -i inspect ROUTER_INSPECT_DELAY=-10s sh-4.4$ cat haproxy.config frontend public bind :80 accept-proxy mode http tcp-request inspect-delay 5s <---- ------- 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 (Moderate: OpenShift Container Platform 4.9.0 bug fix and security update), 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/RHSA-2021:3759 |