Bug 1691119
| Summary: | machine-api-operator is not reporting failure using clusteroperator | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Abhinav Dahiya <adahiya> |
| Component: | Cloud Compute | Assignee: | Jan Chaloupka <jchaloup> |
| Status: | CLOSED ERRATA | QA Contact: | Jianwei Hou <jhou> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.1.0 | CC: | agarcial, aos-cloud, jhou, wsun, zhsun |
| Target Milestone: | --- | ||
| Target Release: | 4.1.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: | 2019-06-04 10:46:16 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
Abhinav Dahiya
2019-03-20 22:39:41 UTC
PR merged Please help check if it could be verified against the latest build. $ oc get clusterversion
NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
version 4.1.0-0.nightly-2019-04-22-005054 True False 76m Cluster version is 4.1.0-0.nightly-2019-04-22-005054
$ oc logs -f machine-api-operator-7d58d4ddbd-f7d9b
I0423 07:39:20.284433 1 start.go:39] Version: 4.1.0-201904211700-dirty
I0423 07:39:20.287034 1 leaderelection.go:205] attempting to acquire leader lease openshift-machine-api/machine-api-operator...
I0423 07:39:20.299364 1 leaderelection.go:214] successfully acquired lease openshift-machine-api/machine-api-operator
I0423 07:39:20.302118 1 operator.go:121] Starting Machine API Operator
I0423 07:39:20.402328 1 operator.go:129] Synced up caches
I0423 07:39:20.408679 1 status.go:172] machine-api clusterOperator status does not exist, creating &{{ } {machine-api 0 0001-01-01 00:00:00 +0000 UTC <nil> <nil> map[] map[] [] nil [] } {} {[] [{operator 4.1.0-0.nightly-2019-04-22-005054}] [{ namespaces openshift-machine-api}] {[] <nil>}}}
I0423 07:39:20.415343 1 event.go:221] Event(v1.ObjectReference{Kind:"ClusterOperator", Namespace:"", Name:"machine-api", UID:"e80dc31f-659a-11e9-a21d-801844eef6b8", APIVersion:"config.openshift.io/v1", ResourceVersion:"2528", FieldPath:""}): type: 'Normal' reason: 'Status upgrade' Progressing towards operator: 4.1.0-0.nightly-2019-04-22-005054
E0423 07:42:37.267388 1 streamwatcher.go:109] Unable to decode an event from the watch stream: http2: server sent GOAWAY and closed the connection; LastStreamID=63, ErrCode=NO_ERROR, debug=""
W0423 07:42:37.313638 1 reflector.go:270] k8s.io/client-go/informers/factory.go:132: watch of *v1.Deployment ended with: too old resource version: 2562 (4450)
E0423 07:46:48.442485 1 streamwatcher.go:109] Unable to decode an event from the watch stream: http2: server sent GOAWAY and closed the connection; LastStreamID=85, ErrCode=NO_ERROR, debug=""
E0423 07:58:33.095111 1 streamwatcher.go:109] Unable to decode an event from the watch stream: http2: server sent GOAWAY and closed the connection; LastStreamID=161, ErrCode=NO_ERROR, debug=""
W0423 07:58:33.123442 1 reflector.go:270] k8s.io/client-go/informers/factory.go:132: watch of *v1.Deployment ended with: too old resource version: 15665 (17029)
$ oc get clusteroperator
NAME VERSION AVAILABLE PROGRESSING FAILING SINCE
authentication 4.1.0-0.nightly-2019-04-22-005054 True False False 76m
cloud-credential 4.1.0-0.nightly-2019-04-22-005054 True False False 94m
cluster-autoscaler 4.1.0-0.nightly-2019-04-22-005054 True False False 94m
console 4.1.0-0.nightly-2019-04-22-005054 True False False 78m
dns 4.1.0-0.nightly-2019-04-22-005054 True False False 94m
image-registry 4.1.0-0.nightly-2019-04-22-005054 True False False 79m
ingress 4.1.0-0.nightly-2019-04-22-005054 True False False 80m
kube-apiserver 4.1.0-0.nightly-2019-04-22-005054 True False 89m
kube-controller-manager 4.1.0-0.nightly-2019-04-22-005054 True False 90m
kube-scheduler 4.1.0-0.nightly-2019-04-22-005054 True False 90m
machine-api 4.1.0-0.nightly-2019-04-22-005054 True False False 94m
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-2019:0758 |