IBM / cloud-pak-deployer

Configuration-based installation of OpenShift and Cloud Pak for Data/Integration/Watson AIOps on various private and public cloud infrastructure providers. Deployment attempts to achieve the end-state defined in the configuration. If something fails along the way, you only need to restart the process to continue the deployment.
https://ibm.github.io/cloud-pak-deployer/
Apache License 2.0
130 stars 65 forks source link

Do not install ODF operator as part of MCG if ODF already installed #677

Closed fketelaars closed 3 months ago

fketelaars commented 3 months ago

Describe the bug In case openshift.mcg.install is True, deployer always installs the ODF operator. This may cause issues if the version specified in the openshift resource does not match the actual OpenShift version on the cluster.

Remediation Do not install ODF operator and skip MCG StorageCluster creation if a StorageCluster is already there.