Skip to content

20 ArgoCD

hrpatel edited this page Apr 15, 2021 · 5 revisions

Summary

Resources and notes gathered while installing ArgoCD

NOTE: Arm64 is not yet supported by ArgoCD 2.x

Resources

Procedure

  • Create copy of https://github.com/argoproj/argo-cd/blob/master/manifests/install.yaml
  • Modify:
    • Use arm64 container
    • Add LoadBalancer to argocd-server service
    • Change service port to non-default http/https
    • Fix redis container by running as user 999 (Error: container has runAsNonRoot and image will run as root)
  • Follow Getting Started to apply manifest
    kubectl apply -n argocd -f install.yaml
    
Clone this wiki locally