Bug 2098087
| Summary: | [IBM Z - s390x] [RHACM 2.5] - Enabling submariner addon from web-ui have no effect. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Advanced Cluster Management for Kubernetes | Reporter: | Abdul Kandathil (IBM) <akandath> | ||||
| Component: | Submariner | Assignee: | Stephen Kitt <skitt> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Noam Manos <nmanos> | ||||
| Severity: | medium | Docs Contact: | Christopher Dawson <cdawson> | ||||
| Priority: | unspecified | ||||||
| Version: | rhacm-2.5 | CC: | maafried, nyechiel | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | s390x | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2022-06-20 07:51:36 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: | |||||||
| Attachments: |
|
||||||
|
Description
Abdul Kandathil (IBM)
2022-06-17 08:44:42 UTC
Created attachment 1890924 [details] submariner-deployed This looks to be web-ui only issue as I am able to deploy submariner from cli. [root@m1312001 ~]# cat << EOF | oc apply -f - > apiVersion: addon.open-cluster-management.io/v1alpha1 > kind: ManagedClusterAddOn > metadata: > name: submariner > namespace: ocsm1301015 > spec: > installNamespace: submariner-operator > EOF managedclusteraddon.addon.open-cluster-management.io/submariner created [root@m1312001 ~]# [root@m1312001 ~]# cat << EOF | oc apply -f - apiVersion: addon.open-cluster-management.io/v1alpha1 kind: ManagedClusterAddOn metadata: name: submariner namespace: ocsm4204001 spec: installNamespace: submariner-operator EOF managedclusteraddon.addon.open-cluster-management.io/submariner created [root@m1312001 ~]# Hi Abdul, Thanks for trying ACM+Submariner and reporting this bug! This is a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=2087686 which should be fixed in an upcoming 2.5.1 release. Thanks, Nir *** This bug has been marked as a duplicate of bug 2087686 *** |