operator_lifecycle_manager_install=false operator_lifecycle_manager_remove=true
After installing your cluster, you can uninstall the Operator Lifecycle Manager by using the OKD openshift-ansible
installer.
After installing your cluster, you can use this procedure with the OKD openshift-ansible
installer to uninstall the Technology Preview Operator Framework.
You must check the following prerequisites before uninstalling the Technology Preview Operator Framework:
An existing OKD 3.11 cluster
Access to the cluster using an account with cluster-admin
permissions
Ansible playbooks provided by the latest openshift-ansible
installer
Add the following variables to your config.yml
playbook:
operator_lifecycle_manager_install=false operator_lifecycle_manager_remove=true
Change to the playbook directory:
$ cd /usr/share/ansible/openshift-ansible
Run the OLM installation playbook to uninstall OLM using your inventory file:
$ ansible-playbook -i <inventory_file> playbooks/olm/config.yml