Removes the product or operator from your cluster.
Delete all deployed models before you start the uninstallation process.
- Delete the ProductRelease (CR) to remove all components defined in the release specification.
kubectl delete productrelease <name> -n iqstudio-operator
- Uninstall the operator using Helm to delete the operator deployment and related resources in the iqstudio-operator namespace.
helm uninstall iqstudio-operator -n iqstudio-operator
- Optional: Clean up the namespace to remove all remaining resources in the iqstudio-operator namespace.
kubectl delete namespace iqstudio-operator
The ProductRelease custom resource is deleted.
The iQ Studio operator and all associated Kubernetes resources are removed from the cluster.