Bug 2092003
Summary: | PR 3162 | BZ 2084450 - invalid URL schema for AWS causes tests to perma fail and break the cloud-network-config-controller | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Andreas Karis <akaris> |
Component: | Machine Config Operator | Assignee: | Andreas Karis <akaris> |
Machine Config Operator sub component: | Machine Config Operator | QA Contact: | Rio Liu <rioliu> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | high | ||
Priority: | high | CC: | mkrejci |
Version: | 4.11 | ||
Target Milestone: | --- | ||
Target Release: | 4.11.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: | 2022-08-10 11:15: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
Andreas Karis
2022-05-31 14:10:02 UTC
verified on 4.11.0-0.nightly-2022-06-08-204347 » oc get node/ip-10-0-135-219.us-east-2.compute.internal -o yaml|grep -i provider providerID: aws:///us-east-2c/i-05d802320fa28c922 » oc logs -n openshift-cloud-network-config-controller cloud-network-config-controller-66f7d794f7-thv52 |grep controller.go I0609 04:08:21.428818 1 controller.go:88] Starting node controller I0609 04:08:21.428927 1 controller.go:91] Waiting for informer caches to sync for node workqueue I0609 04:08:21.428976 1 controller.go:88] Starting secret controller I0609 04:08:21.428996 1 controller.go:91] Waiting for informer caches to sync for secret workqueue I0609 04:08:21.429025 1 controller.go:88] Starting cloud-private-ip-config controller I0609 04:08:21.429052 1 controller.go:91] Waiting for informer caches to sync for cloud-private-ip-config workqueue I0609 04:08:21.439493 1 controller.go:182] Assigning key: ip-10-0-135-232.us-east-2.compute.internal to node workqueue I0609 04:08:21.439549 1 controller.go:182] Assigning key: ip-10-0-154-95.us-east-2.compute.internal to node workqueue I0609 04:08:21.439564 1 controller.go:182] Assigning key: ip-10-0-178-244.us-east-2.compute.internal to node workqueue I0609 04:08:21.439570 1 controller.go:182] Assigning key: ip-10-0-229-69.us-east-2.compute.internal to node workqueue I0609 04:08:21.439577 1 controller.go:182] Assigning key: ip-10-0-248-104.us-east-2.compute.internal to node workqueue I0609 04:08:21.439583 1 controller.go:182] Assigning key: ip-10-0-135-219.us-east-2.compute.internal to node workqueue I0609 04:08:21.529264 1 controller.go:96] Starting cloud-private-ip-config workers I0609 04:08:21.529281 1 controller.go:96] Starting secret workers I0609 04:08:21.529281 1 controller.go:96] Starting node workers I0609 04:08:21.529512 1 controller.go:102] Started node workers I0609 04:08:21.529527 1 controller.go:160] Dropping key 'ip-10-0-154-95.us-east-2.compute.internal' from the node workqueue I0609 04:08:21.529546 1 controller.go:160] Dropping key 'ip-10-0-135-219.us-east-2.compute.internal' from the node workqueue I0609 04:08:21.529547 1 controller.go:160] Dropping key 'ip-10-0-248-104.us-east-2.compute.internal' from the node workqueue I0609 04:08:21.529526 1 controller.go:160] Dropping key 'ip-10-0-135-232.us-east-2.compute.internal' from the node workqueue I0609 04:08:21.529461 1 controller.go:102] Started secret workers I0609 04:08:21.529399 1 controller.go:102] Started cloud-private-ip-config workers I0609 04:08:21.529538 1 controller.go:160] Dropping key 'ip-10-0-178-244.us-east-2.compute.internal' from the node workqueue I0609 04:08:21.529594 1 controller.go:160] Dropping key 'ip-10-0-229-69.us-east-2.compute.internal' from the node workqueue No invalid URI error found 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 (Important: OpenShift Container Platform 4.11.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-2022:5069 |