Bug 1825034
Summary: | e2e: Mock CSI tests fail on IBM ROKS clusters | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Cesar Wong <cewong> | |
Component: | ibm-roks-toolkit | Assignee: | Cesar Wong <cewong> | |
Status: | CLOSED ERRATA | QA Contact: | Cesar Wong <cewong> | |
Severity: | urgent | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 4.5 | CC: | cschaefe, jupierce, rvanderp | |
Target Milestone: | --- | |||
Target Release: | 4.10.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | No Doc Update | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 2047911 (view as bug list) | Environment: | ||
Last Closed: | 2022-03-12 04:34:40 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: | 2047911 | |||
Bug Blocks: |
Description
Cesar Wong
2020-04-16 21:30:31 UTC
This CRB is currently causing failures when testing Openshift IPI deployments on IBM Cloud Jan 26 19:03:35.981: INFO: ns/openshift-console route/console disruption/ingress-to-console connection/new started responding to GET requests over new connections [BeforeEach] [Top Level] /go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/test/extended/util/framework.go:1489 [BeforeEach] [Top Level] /go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/test/extended/util/framework.go:1489 [BeforeEach] [Top Level] /go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/test/extended/util/test.go:61 [BeforeEach] [sig-instrumentation] Prometheus /go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/test/extended/util/client.go:140 STEP: Creating a kubernetes client [AfterEach] [sig-instrumentation] Prometheus /go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/test/extended/util/client.go:138 [AfterEach] [sig-instrumentation] Prometheus /go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/test/extended/util/client.go:139 fail [github.com/openshift/origin/test/extended/util/ibmcloud/provider.go:54]: Unexpected error: <*errors.StatusError | 0xc00014eb40>: { ErrStatus: { TypeMeta: {Kind: "", APIVersion: ""}, ListMeta: { SelfLink: "", ResourceVersion: "", Continue: "", RemainingItemCount: nil, }, Status: "Failure", Message: "clusterrolebindings.rbac.authorization.k8s.io \"e2e-node-attacher\" already exists", Reason: "AlreadyExists", Details: { Name: "e2e-node-attacher", Group: "rbac.authorization.k8s.io", Kind: "clusterrolebindings", UID: "", Causes: nil, RetryAfterSeconds: 0, }, Code: 409, }, } clusterrolebindings.rbac.authorization.k8s.io "e2e-node-attacher" already exists occurred failed: (1.2s) 2022-01-26T19:03:36 "[sig-instrumentation] Prometheus when installed on the cluster shouldn't report any alerts in firing state apart from Watchdog and AlertmanagerReceiversNotConfigured [Early] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]" We should remove this CRB creation for IBM Cloud in favor of the IBM Cloud managed offering (ROKS) finding a proper solution that does not break unmanaged Openshift on IBM Cloud (such as IPI deployment). 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 |