Uninstall SUSE® Rancher Prime Cluster API
This gives an overview of SUSE® Rancher Prime Cluster API uninstallation process.
When installing SUSE® Rancher Prime Cluster API in your Rancher environment, by default, SUSE® Rancher Prime Cluster API enables the Cluster API Operator cleanup. This includes cleaning up Cluster API Operator specific webhooks and deployments that otherwise cause issues with Rancher provisioning. To simplify uninstalling SUSE® Rancher Prime Cluster API (via Rancher Manager or helm command), the official SUSE® Rancher Prime Cluster API Helm chart includes a
|
To uninstall the SUSE® Rancher Prime Cluster API Extension use the following helm command:
helm uninstall -n rancher-turtles-system rancher-turtles --cascade foreground --wait
This may take a few minutes to complete.
Remember that, if you use a different name for the installation or a different namespace, you may need to customize the command for your specific configuration. |
Once uninstalled, Rancher’s embedded-cluster-api
feature must be re-enabled:
-
Create a
feature.yaml
file, withembedded-cluster-api
set to true:feature.yamlapiVersion: management.cattle.io/v3 kind: Feature metadata: name: embedded-cluster-api spec: value: true
-
Use
kubectl
to apply thefeature.yaml
file to the cluster:kubectl apply -f feature.yaml