Bug 1804734 - Openshift installation fails - missing Kuryr admission-controller due to incorrect multiple-listeners octavia support detection
Summary: Openshift installation fails - missing Kuryr admission-controller due to inco...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Networking
Version: 4.4
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ---
: 4.5.0
Assignee: Michał Dulko
QA Contact: Jon Uriarte
URL:
Whiteboard:
Depends On: 1819129
Blocks: 1804748
TreeView+ depends on / blocked
 
Reported: 2020-02-19 14:21 UTC by Itzik Brown
Modified: 2020-07-13 17:16 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
Clone Of:
: 1804748 (view as bug list)
Environment:
Last Closed: 2020-07-13 17:16:11 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift cluster-network-operator pull 486 0 None closed Bug 1804734: Kuryr: Disable multiple listeners for OVN provider 2020-06-23 08:37:32 UTC
Red Hat Product Errata RHBA-2020:2409 0 None None None 2020-07-13 17:16:36 UTC

Description Itzik Brown 2020-02-19 14:21:58 UTC
Description of problem:
Openshift installation fails 

[stack@undercloud-0 ~]$ oc get clusterversion
NAME      VERSION   AVAILABLE   PROGRESSING   SINCE   STATUS
version             False       True          63m     Unable to apply 4.4.0-0.nightly-2020-02-18-211831: an unknown error has occurred
[stack@undercloud-0 ~]$ oc get co
NAME                                       VERSION                             AVAILABLE   PROGRESSING   DEGRADED   SINCE
authentication                                                                 Unknown     Unknown       True       50m
cloud-credential                           4.4.0-0.nightly-2020-02-18-211831   True        False         False      63m
csi-snapshot-controller                    4.4.0-0.nightly-2020-02-18-211831   False       True          False      31m
dns                                        4.4.0-0.nightly-2020-02-18-211831   True        False         False      43m
etcd                                       4.4.0-0.nightly-2020-02-18-211831   True        False         False      41m
insights                                   4.4.0-0.nightly-2020-02-18-211831   True        False         False      50m
kube-apiserver                             4.4.0-0.nightly-2020-02-18-211831   True        False         False      46m
kube-controller-manager                    4.4.0-0.nightly-2020-02-18-211831   True        False         False      44m
kube-scheduler                             4.4.0-0.nightly-2020-02-18-211831   True        False         False      47m
kube-storage-version-migrator              4.4.0-0.nightly-2020-02-18-211831   True        False         False      32m
machine-api                                4.4.0-0.nightly-2020-02-18-211831   True        False         False      47m
machine-config                             4.4.0-0.nightly-2020-02-18-211831   True        False         False      44m
network                                    4.4.0-0.nightly-2020-02-18-211831   True        False         False      50m
node-tuning                                4.4.0-0.nightly-2020-02-18-211831   True        False         False      50m
openshift-apiserver                        4.4.0-0.nightly-2020-02-18-211831   False       False         True       50m
openshift-controller-manager               4.4.0-0.nightly-2020-02-18-211831   True        False         False      48m
operator-lifecycle-manager                 4.4.0-0.nightly-2020-02-18-211831   True        False         False      47m
operator-lifecycle-manager-catalog         4.4.0-0.nightly-2020-02-18-211831   True        False         False      47m
operator-lifecycle-manager-packageserver   4.4.0-0.nightly-2020-02-18-211831   True        False         False      45m
service-ca                                 4.4.0-0.nightly-2020-02-18-211831   True        False         False      50m
service-catalog-apiserver                  4.4.0-0.nightly-2020-02-18-211831   True        False         False      50m
service-catalog-controller-manager         4.4.0-0.nightly-2020-02-18-211831   True        False         False      50m

Version-Release number of selected component (if applicable):
4.4.0-0.nightly-2020-02-18-211831
OSP16 RHOS_TRUNK-16.0-RHEL-8-20200213.n.1

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 3 Jon Uriarte 2020-04-03 08:19:17 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

Comment 5 errata-xmlrpc 2020-07-13 17:16:11 UTC
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


Note You need to log in before you can comment on or make changes to this bug.