kxr / ocp4_setup_upi_kvm

Script to Setup an OpenShift 4 UPI Cluster on KVM. Based on this guide: https://kxr.me/2019/08/17/openshift-4-upi-install-libvirt-kvm/
50 stars 55 forks source link

allow users to specify and clean up unneeded operators #19

Closed marcredhat closed 2 years ago

marcredhat commented 3 years ago

Hi,

What would be the best way to allow users to specify unneeded operators and clean them up as done by CodeReady Containers at https://github.com/code-ready/snc/blob/master/snc.sh#L414-L456?

Thanks, Marc

kxr commented 3 years ago

Sorry, for replying so late. I would consider operator cleanup to be day2 operation. The objective of the script is to bring up a cluster with minimal hassle. Once the cluster is up, user can do what ever they like.