Bug 1968436
Summary: | Listeners timeout updated to remain using default value | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Maysa Macedo <mdemaced> |
Component: | Networking | Assignee: | Maysa Macedo <mdemaced> |
Networking sub component: | kuryr | QA Contact: | Udi Shkalim <ushkalim> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | high | ||
Priority: | medium | CC: | itbrown, mdulko, ushkalim |
Version: | 4.8 | ||
Target Milestone: | --- | ||
Target Release: | 4.8.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-07-27 23:11:49 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
Maysa Macedo
2021-06-07 12:16:51 UTC
Checked with: OCP 4.8.0-0.nightly-2021-06-14-145150 OSP RHOS-16.1-RHEL-8-20210323.n.0 Followed the following to verify: 1. Run on ocp installation 2. Create a deployment: oc create deployment demo --image=quay.io/kuryr/demo 3. Expose the deployment: oc expose deploy/demo --port=80 --target-port=8080 4. Edit the kuryrloadbalancer CRD and remove listener, pools and members from it: oc edit klb demo 5. check that the crd contains all the information about the lb resources again which was populated by kuryr 6. check that all the kuryrloadbalancer CRDs on the cluster do not have timeouts specified on the status section (in other words any timeout with value 50000): oc get klb -A |grep "timeout_" 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.8.2 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:2438 |