Deleting Addons
You can delete installed addons from your cluster either individually or all at once.
Delete a Single Addon
To delete a single addon, follow these steps:
- Delete the addon from your Git repository.
- Go to the
Addons
tab in your ArgoCD instance. The addon will no longer be listed.
Delete All Addons
To delete all addons from a repository at once, follow these steps:
-
Go to the
Addons
tab in your ArgoCD instance. -
Click on
Connect Addons Repo
. -
Click on the
Delete
button next to the repository you want to remove. -
All addons from the repository will be deleted from your cluster.
Be aware that an addon may still appear if its child applications are stuck in a deletion state. This can occur due to an inactive cluster or issues with resource deletion. In such cases, ensure that the target clusters are live and resolve any deletion issues. Alternatively, you can enable the non-cascade deletion option in the addon configuration to unblock the deletion; however, related resources might continue to be deployed on the clusters.