Creating Addons
Cluster addons can be created in two ways:
- Marketplace wizard
- Manually creating the repository
Before creating cluster addons, ensure that you have installed the addons extension and connected the addons Git repository.
Step 1: Install Addons Extension
To use the cluster addons you must install cluster addons extension on your Argo CD instance. To do so:
-
Navigate to your Argo CD instance settings and enter Extensions section.
-
Click the Install button on Cluster Addons tile. You will see a modal, where you can add users and group roles that have access to the addons extension inside Argo CD.

- After configuring and clicking OK button the extension will be installed.
Step 2: Add Addons Repository
The addons repository contains the addons for the cluster. There are two ways to add an addons repository:
Option 1: Connect Existing Addons Repo
If you already have a repository added to Argo CD that you want to use for cluster addons:
-
Go to your ArgoCD instance settings on Akuity Platform and enter Addons section. You can also access this page from the addons list in ArgoCD extension.
-
Click the Connect Addons Repo button.

-
In the modal that opens, select the repository from the list of existing Argo CD repositories and enter the branch, then click Connect.
importantThe repository credentials must have write access to the repository for features like marketplace operations, manifest source updates, and deletions to work properly.
Option 2: Add New Addons Repo
If you want to create a new repository from scratch:
-
Go to your ArgoCD instance settings on Akuity Platform and enter Addons section. You can also access this page from the addons list in ArgoCD extension.
-
Click the Add Addons Repo button.

-
In the modal that opens, you'll see two tabs:
- Form: Use the form interface to configure the repository
- JSON Editor: Use JSON format for advanced configuration
-
In the Form tab, configure the repository connection:
- Connection Method: Select your preferred connection method from the dropdown (e.g., HTTPS, SSH, etc.)
- Repository URL: Enter the Git repository URL
- Credentials: Provide authentication details based on your connection method:
- For HTTPS: Username and password/token
- For SSH: SSH private key
- Additional Settings: Configure any other required parameters specific to your repository
-
Click Add to create the repository. The corresponding repository will be automatically added to Argo CD and connected as a cluster addon repository.
Step 3: Create Addons
Once the addons repository is connected, you can create cluster addons using the marketplace wizard or manually.