Contact Us 1-800-596-4880

Uninstalling Runtime Fabric on Self-Managed Kubernetes

Depending on your installation method, you can use the Runtime Fabric command line tool (rtfctl) or Helm to uninstall Runtime Fabric.

Uninstall Runtime Fabric Using rtfctl

To uninstall Runtime Fabric on Self-Managed Kubernetes using rtfctl:

  1. Using Runtime Manager, delete all Mule applications and API gateways deployed on Runtime Fabric.

  2. Verify on all associated environments that you have removed all applications.

  3. Using Runtime Manager, delete the Runtime Fabric.

  4. Run the rtfctl uninstall command to uninstall the Runtime Fabric services from the Kubernetes cluster.

  5. Run the rtfctl uninstall --confirm command to verify the uninstall operation.

  6. After the uninstall command finishes, verify that there are no Runtime Fabric applications or services running in the cluster.

Uninstall Runtime Fabric Using Helm

To uninstall Runtime Fabric on Self-Managed Kubernetes using Helm:

  1. Using Runtime Manager, delete all Mule applications and API gateways deployed on Runtime Fabric.

  2. Verify on all associated environments that you have removed all applications.

  3. Using Runtime Manager, delete the Runtime Fabric.

  4. Run the following command:

    helm uninstall runtime-fabric -n rtf

If need to uninstall due to an error in the installation process, for example, if the install did not complete correctly, run the following command:

+

helm uninstall runtime-fabric -n rtf --no-hooks