Uninstall the HyperShift Operator
Before you can disable the hosted control planes feature, you need to uninstall the HyperShift Operator and disable the hypershift-addon from the local-cluster.
-
Run the following command to ensure that there is no hosted cluster running:
$ oc get hostedcluster -AIf a hosted cluster is running, the HyperShift Operator does not uninstall, even if the
hypershift-addonis disabled. -
Disable the
hypershift-addonby running the following command:$ oc patch mce multiclusterengine --type=merge -p \ '{"spec":{"overrides":{"components":[{"name":"hypershift-local-hosting","enabled": false}]}}}'The default
MultiClusterEngineresource instance name ismulticlusterengine, but you can get theMultiClusterEnginename from your cluster by running the following command:$ oc get mce.You can also disable the
hypershift-addonfor thelocal-clusterfrom the multicluster engine Operator console after disabling thehypershift-addon.