Install to the cluster where you want to use GitOps functionality.
Configuration Parameters:
Parameter | Recommended Configuration |
---|---|
Channel | The default channel is alpha . |
Installation Mode | Cluster : All namespaces in the cluster share a single Operator instance for creation and management, resulting in lower resource usage. |
Namespace | Select Recommended Namespace : Automatically created if none exists. |
Upgrade Strategy | Auto : The OperatorHub will automatically upgrade the Operator to the latest version when a new version is available. |
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.
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.