How-To: Uninstall Radius from Kubernetes
Categories:
Prerequisites
Step 1: Uninstall the Radius control-plane from your kubernetes cluster
To uninstall the existing Radius control-plane, run the following command:
rad uninstall kubernetes
All the Radius services running in the radius-system
namespace will be removed. Note that Radius configuration and data will still be persisted in the cluster until the namespace is also deleted.
Step 2: Delete the radius-system
namespace
To delete the radius-system
namespace, run the following command:
kubectl delete namespace radius-system
All Radius configuration and data will be removed as part of the namespace. This completely removes from your cluster.
Step 3: Remove the rad CLI
You can remove the rad CLI by deleting the binary and ~/.rad folder from your machine.
Feedback
Was this page helpful?
Glad to hear it! Please feel free to star our repo and join our Discord server to stay up to date with the project.
Sorry to hear that. If you would like to also contribute a suggestion visit and tell us how we can improve.