Bug 2022339
Summary: | Error when deploying dynamic plugin odf-console | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat OpenShift Data Foundation | Reporter: | Vineet <vbadrina> |
Component: | odf-operator | Assignee: | Vineet <vbadrina> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mugdha Soni <musoni> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.9 | CC: | assingh, badhikar, bartosz.beling, bkunal, etamir, jarrpa, jijoy, muagarwa, musoni, nberry, ocs-bugs, odf-bz-bot, rperiyas |
Target Milestone: | --- | ||
Target Release: | ODF 4.9.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | v4.9.0-236.ci | Doc Type: | No Doc Update |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-01-07 17:46:31 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: |
Comment 4
Vineet
2021-11-12 09:37:43 UTC
Hi Validated the fix with the following versions:- OCP: 4.10.0-0.nightly-2021-11-14-184249 ODF: 4.9.0-237.ci The ODF operator was installed successfully on an UPI AWS cluster and observations are mentioned below :- [root@localhost test_1]# oc get csv NAME DISPLAY VERSION REPLACES PHASE mcg-operator.v4.9.0 NooBaa Operator 4.9.0 Succeeded ocs-operator.v4.9.0 OpenShift Container Storage 4.9.0 Succeeded odf-operator.v4.9.0 OpenShift Data Foundation 4.9.0 Succeeded Screenshot for same observation is attached in next comment . Thank you Mugdha The fixes were required in ODF Operator which already have been merged and fixed. No changes on OCP is required. It looks like there still is a problem with latest version of ODF 4.10.2: Operator stuck on Installing and one pod (odf-operator-controller-manager-<random>) is restarting itself all time blocking installation to finish: I0524 11:09:20.749503 1 request.go:1097] Request Body: {"kind":"TokenReview","apiVersion":"authentication.k8s.io/v1","metadata":{"creationTimestamp":null},"spec":{"token":"<i-am-not-showing-token>... I0524 11:09:20.749838 1 round_trippers.go:423] curl -k -v -XPOST -H "Content-Type: application/json" -H "User-Agent: kube-rbac-proxy/v0.0.0 (linux/amd64) kubernetes/$Format" -H "Accept: application/json, */*" -H "Authorization: Bearer <i-am-not-showing-token>... I0524 11:09:20.753440 1 round_trippers.go:443] POST https://172.30.0.1:443/apis/authentication.k8s.io/v1/tokenreviews 201 Created in 3 milliseconds I0524 11:09:20.753523 1 round_trippers.go:449] Response Headers: I0524 11:09:20.753539 1 round_trippers.go:452] Audit-Id: 5bc05e40-6f9a-40d9-b27d-e030e77260d5 I0524 11:09:20.753553 1 round_trippers.go:452] Cache-Control: no-cache, private I0524 11:09:20.753566 1 round_trippers.go:452] Content-Type: application/json I0524 11:09:20.753578 1 round_trippers.go:452] X-Kubernetes-Pf-Flowschema-Uid: 89879c77-37d9-4283-bba6-82cd084d5dcb I0524 11:09:20.753589 1 round_trippers.go:452] X-Kubernetes-Pf-Prioritylevel-Uid: 1ba15854-482b-4b74-bc55-210808fb3b34 I0524 11:09:20.753607 1 round_trippers.go:452] Content-Length: 2144 I0524 11:09:20.753619 1 round_trippers.go:452] Date: Tue, 24 May 2022 11:09:20 GMT I0524 11:09:20.753685 1 request.go:1097] Response Body: {"kind":"TokenReview","apiVersion":"authentication.k8s.io/v1","metadata":{"creationTimestamp":null,"managedFields":[{"manager":"kube-rbac-proxy","operation":"Update","apiVersion":"authentication.k8s.io/v1","time":"2022-05-24T11:09:20Z","fieldsType":"FieldsV1","fieldsV1":{"f:spec":{"f:token":{}}}}]},"spec":{"token":"<i-am-not-showing-token>... 2022/05/24 11:09:20 http: proxy error: dial tcp 127.0.0.1:8080: connect: connection refused 2022/05/24 11:09:43 http: proxy error: dial tcp 127.0.0.1:8080: connect: connection refused 2022/05/24 11:09:50 http: proxy error: dial tcp 127.0.0.1:8080: connect: connection refused 2022/05/24 11:10:13 http: proxy error: dial tcp 127.0.0.1:8080: connect: connection refused 2022/05/24 11:10:20 http: proxy error: dial tcp 127.0.0.1:8080: connect: connection refused Operator do its function property, but this one pod clocking installation to finish. The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days |