Bug 2037680
Summary: | [IPI on Alibabacloud] sometimes operator 'cloud-controller-manager' tells empty VERSION, due to conflicts on listening tcp :8080 | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Jianli Wei <jiwei> | |
Component: | Cloud Compute | Assignee: | dmoiseev | |
Cloud Compute sub component: | Cloud Controller Manager | QA Contact: | Milind Yadav <miyadav> | |
Status: | CLOSED ERRATA | Docs Contact: | ||
Severity: | medium | |||
Priority: | medium | CC: | aos-bugs, dmoiseev, gpei, jiwei | |
Version: | 4.10 | Flags: | miyadav:
needinfo+
|
|
Target Milestone: | --- | |||
Target Release: | 4.10.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 2037689 (view as bug list) | Environment: | ||
Last Closed: | 2022-03-10 16:37:12 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: | ||||
Bug Blocks: | 2064837 |
Description
Jianli Wei
2022-01-06 10:14:13 UTC
@ @dmoiseev Could you please add a new port to the port registry https://github.com/openshift/enhancements/blob/master/dev-guide/host-port-registry.md for the config sync controller (I'd suggest 10260) and then make sure that the config sync controller is using the assigned port for its metrics listener Validated on nightly - 4.10.0-0.nightly-2022-01-07-050246 oc get co | grep controller cloud-controller-manager 4.10.0-0.nightly-2022-01-07-050246 True False False 77m oc logs cluster-cloud-controller-manager-operator-b6686989f-cjzb8 -c config-sync-controllers | less . . I0107 10:57:21.717684 1 internal.go:362] CCCMOConfigSyncControllers "msg"="Starting server" "addr"={"IP":"127.0.0.1","Port":9260,"Zone":""} "kind"="health probe" I0107 10:57:21.718086 1 leaderelection.go:248] attempting to acquire leader lease openshift-cloud-controller-manager-operator/cluster-cloud-config-sync-leader... I0107 10:57:21.727969 1 leaderelection.go:258] successfully acquired lease openshift-cloud-controller-manager-operator/cluster-cloud-config-sync-leader I0107 10:57:21.728276 1 controller.go:178] CCCMOConfigSyncControllers/controller/configmap "msg"="Starting EventSource" "reconciler group"="" "reconciler kind"="ConfigMap" "source"="kind source: *v1.ConfigMap" I0107 10:57:21.728338 1 controller.go:178] CCCMOConfigSyncControllers/controller/configmap "msg"="Starting EventSource" "reconciler group"="" "reconciler kind"="ConfigMap" "source"="kind source: *v1.Infrastructure" . . Additional info: Cluster was not fully deployed successfully , but does this port change looks good ? [miyadav@miyadav ~]$ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version False True 81m Working towards 4.10.0-0.nightly-2022-01-07-050246: 665 of 766 done (86% complete) Will add must-gather in a while I've reviewed the must gather attached and I think the port changes are ok. I'm confident that this has resolved the issue reported in this bug. Please move to verified Thanks @Joel 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.10.3 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:0056 |