Uninstall KubeRocketCI
This guide offers comprehensive steps for effectively removing the KubeRocketCI from your system.
Deletion Procedure​
To uninstall platform, perform the following steps:
-
It is highly recommended to delete all the resources created via Portal UI first, such as:
- Applications;
- Libraries;
- Autotests;
- Infrastructures;
- CD Pipelines.
We advise removing them through the KubeRocketCI Portal interface. However, you can also eliminate all KubeRocketCI Portal resources by running the
kubectl delete
command. -
Uninstall KubeRocketCI:
-
If you deployed KubeRocketCI via Helm, run the following command:
helm uninstall edp-install -n <namespace>
Replace
<namespace>
with the namespace where KubeRocketCI was deployed.-
If you deployed platform via Argo Application, delete the Argo Application:
kubectl delete application <platform-application-name> -n argo
-