$ oc edit servicecatalogcontrollermanagers
Starting in OpenShift Container Platform 4.4, the |
You can uninstall Service Catalog if you have installed it previously. Service Catalog must be removed before the cluster can upgrade to future minor versions of OpenShift Container Platform.
If Service Catalog is installed, cluster administrators can uninstall it by using the following procedure.
Uninstalling Service Catalog will impact any service brokers and provisioned services from those brokers, such as the Template Service Broker, in your cluster. |
Service Catalog is installed.
Using an account with cluster-admin
privileges, edit the
servicecatalogcontrollermanagers
resource:
$ oc edit servicecatalogcontrollermanagers
Change the managementState
parameter from Managed
back to the default
Removed
, and save your changes.
Edit the servicecatalogapiservers
resource:
$ oc edit servicecatalogapiservers
Change the managementState
parameter from Managed
back to the default
Removed
, and save your changes.
Verify that the removal is completed successfully by checking that Service Catalog is removed from the left navigation of the web console.