Bug 1804734
Summary: | Openshift installation fails - missing Kuryr admission-controller due to incorrect multiple-listeners octavia support detection | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Itzik Brown <itbrown> | |
Component: | Networking | Assignee: | MichaĆ Dulko <mdulko> | |
Networking sub component: | kuryr | QA Contact: | Jon Uriarte <juriarte> | |
Status: | CLOSED ERRATA | Docs Contact: | ||
Severity: | urgent | |||
Priority: | urgent | CC: | juriarte, ltomasbo | |
Version: | 4.4 | |||
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: | ||||
: | 1804748 (view as bug list) | Environment: | ||
Last Closed: | 2020-07-13 17:16:11 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: | ||||
Bug Depends On: | 1819129 | |||
Bug Blocks: | 1804748 |
Description
Itzik Brown
2020-02-19 14:21:58 UTC
Verified in 4.5.0-0.nightly-2020-04-02-004321 on top of OSP 16 RHOS_TRUNK-16.0-RHEL-8-20200324.n.0 compose. Successful cluster installation, on OSP with octavia-ovn driver. $ openstack loadbalancer provider list +---------+-------------------------------------------------+ | name | description | +---------+-------------------------------------------------+ | amphora | The Octavia Amphora driver. | | octavia | Deprecated alias of the Octavia Amphora driver. | | ovn | Octavia OVN driver. | +---------+-------------------------------------------------+ The ovn-octavia support is detected: 2020/04/02 09:44:28 Checking OVN Octavia driver support 2020/04/02 09:44:28 Detected Octavia API v2.13.0 2020/04/02 09:44:28 Checking Double Listeners Octavia support 2020/04/02 09:44:28 Detected Octavia API v2.13.0 and the admission controllers are deployed, as the double listeners are not supported: $ oc -n openshift-kuryr get pods NAME READY STATUS RESTARTS AGE kuryr-cni-66s8s 1/1 Running 2 23h kuryr-cni-8mxjn 1/1 Running 4 23h kuryr-cni-djftq 1/1 Running 2 23h kuryr-cni-dljgh 1/1 Running 2 23h kuryr-cni-qmx6x 1/1 Running 2 23h kuryr-cni-rs2gw 1/1 Running 4 23h kuryr-controller-694dc6fb45-xqjw8 1/1 Running 8 21h kuryr-dns-admission-controller-7wnkt 1/1 Running 0 23h kuryr-dns-admission-controller-knzq8 1/1 Running 0 23h kuryr-dns-admission-controller-vnrg6 1/1 Running 0 23h 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 |