-
Bug
-
Resolution: Done
-
Minor
-
None
-
Quay Enterprise
Description of problem:
Bridge Operaotr should prompt warning if multiple ocp cluster id collision
Version-Release number of selected component (if applicable):
quay.io/quay/quay-openshift-bridge-rhel8-operator:v1.0.0-4
quay.io/quay/quay-openshift-bridge-rhel8-operator-catalog:v1.0.0-4
quay.io/quay/quay:v3.3.0-3
How reproducible:
Always
Steps to Reproduce:
1.Setup two OCP and Quay
2.Install bridge operator on both OCP
3.Create QuayIntegration CR with same cluster id
apiVersion: redhatcop.redhat.io/v1alpha1 kind: QuayIntegration metadata: name: example-quayintegration spec: clusterID: openshift credentialsSecretName: quay-bridge/quay-integration quayHostname: https://quay-test33-quay-quay-app.apps.dyan-az0426.qe.azure.devcluster.openshift.com insecureRegistry: true
4.Create projects with the same name on two OCP
5.Check Quay UI
Actual results:
Only one namespace created
Expected results:
Bridge Operaotr should prompt warning if multiple ocp cluster id collision
Additional info: