Publishing Operators using Custom Operator Registry [STEP-4]
1. Download opm from the url given below https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/latest-4.6/ Download file with name opm-linux-*.tar.gz [* version number] 2. Install opm Go to the downloaded path,extract and install tar xvf opm-linux-4.6.52.tar.gz mv opm /usr/local/bin/ 3. Generate custom service version. cd /root/web operator-sdk generate csv --csv-version 1.0.0 --interactive=true Above command will ask for inputs. Will results in creating a directory /root/web/deploy/olm-catalog 4. Copy resources files. cp /root/web/deploy/service_account.yaml /root/web/deploy/olm-catalog/web/manifests/ cp /root/web/deploy/role.yaml /root/web/deploy/olm-catalog/web/manifests/ gedit /root/web/deploy/olm-catalog/web/manifests/role_b...