Installing Alauda Build of Argo CD
TOC
PrerequisitesProcedureInstall Alauda Build of Argo CD OperatorCreate Argo CD InstanceCreate AppProject InstancePrerequisites
- Download the Alauda Build of Argo CD Operator installation package corresponding to your platform architecture.
- Upload the installation package using the Upload Packages mechanism.
Procedure
Install to the cluster where you want to use GitOps functionality.
Install Alauda Build of Argo CD Operator
- Login, go to the Administrator page.
- Click Marketplace > OperatorHub to enter the OperatorHub page.
- Find the Alauda Build of Argo CD Operator, click Install, and navigate to the Install Argo CD page.
Configuration Parameters:
- It is recommended to use the suggested default configuration; simply click Install to complete the Alauda Build of Argo CD Operator installation.
Create Argo CD Instance
-
Click Marketplace > OperatorHub.
-
Find the Alauda Build of Argo CD Operator, click it to enter the Argo CD detail info page.
-
Click All Instances,
-
Click Create Instance, select Argo CD instance card.
-
Click Create Instance
In the configuration instance parameter page, use the default configuration unless there are specific requirements. Note: If the global cluster is not highly available (e.g., it has only one control node), please switch to YAML view when creating the instance and set the ha.enabled field value to false.
- Click Create.
Create AppProject Instance
Tip: If you do not need to use the platform-managed Cluster Configuration Management feature, you do not need to perform the following steps.
-
Find the Alauda Build of Argo CD operator, click it to enter the Alauda Argo CD detail info page.
-
Click All Instances, Create Instance, select AppProject instance card.
-
Switch to YAML view, and overwrite the existing YAML content on the interface with the code below.
-
Click Create.
After completing the above procedure, you have successfully installed Argo CD. Immediately Creating an Argo CD Application via Argo CD dashboard to begin your GitOps journey.