Installing ArgoCD

circle-info

Make sure your Minikube instance is up and running

Navigate to https://operatorhub.io/operator/argocd-operatorarrow-up-right -> Click on the Install Button. Follow the procedure to install ArgoCD on your local minikube cluster.

Install Operator Lifecycle Manager (OLM), a tool to help manage the Operators running on your cluster.

curl -sL https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.24.0/install.sh | bash -s v0.24.0

Install the operator by running the following command:

kubectl create -f https://operatorhub.io/install/argocd-operator.yaml

When you the command kubectl get pods , you should see something like below :-

Last updated