Search

Chapter 42. Uninstalling Operator Lifecycle Manager

download PDF

After installing your cluster, you can uninstall the Operator Lifecycle Manager by using the OpenShift Container Platform openshift-ansible installer.

42.1. Uninstalling Operator Lifecycle Manager using Ansible

After installing your cluster, you can use this procedure with the OpenShift Container Platform 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 OpenShift Container Platform 3.11 cluster
  • Access to the cluster using an account with cluster-admin permissions
  • Ansible playbooks provided by the latest openshift-ansible installer

    1. Add the following variables to your config.yml playbook:

      operator_lifecycle_manager_install=false
      operator_lifecycle_manager_remove=true
    2. Change to the playbook directory:

      $ cd /usr/share/ansible/openshift-ansible
    3. Run the OLM installation playbook to uninstall OLM using your inventory file:

      $ ansible-playbook -i <inventory_file> playbooks/olm/config.yml
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.