**What happened**: Enabling submariner addon from web-ui have no effect. OCP : 4.10.17 ACM : 2.5 **What you expected to happen**: submariner gets deployed successfully. **How to reproduce it (as minimally and precisely as possible)**: Create clusterset -> add imported ocp clusters to the clusterset -> Submariner-addons - Install submariner addon - Select target clusters and click next - click install. Now instead of addon getting installed, the webpage with "Install Submariner-addons" being displayed. And addon is not getting deployed. **Anything else we need to know?**: must-gather logs: https://drive.google.com/file/d/1khMNEcIWozNZ9-GcZ3jsIMsZgd6MAWGK/view?usp=sharing ClusterID: e7d5b5ae-5bfe-490e-aef2-af7e30de0b8d ClusterVersion: Stable at "4.10.17" ClusterOperators: All healthy and stable **Environment**: - Submariner version (use `subctl version`): - Kubernetes version (use `kubectl version`): - Diagnose information (use `subctl diagnose all`): - Gather information (use `subctl gather`) - Cloud provider or hardware configuration: - OS (e.g `cat /etc/os-release`): - Kernel (e.g `uname -a`): - Install tools: - Others:
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 ***