adamant-kite-43734
02/18/2025, 6:51 PMrapid-oil-45952
02/18/2025, 6:52 PMcuddly-zoo-23883
03/01/2025, 9:02 PMcuddly-zoo-23883
03/01/2025, 9:03 PMprehistoric-engineer-51758
03/02/2025, 4:12 PMrapid-oil-45952
03/03/2025, 6:42 PMkubectl create namespace argocd
kubectl apply -n argocd --force -f manifests/install.yaml
• scale down everything via:
kubectl -n argocd scale statefulset/argocd-application-controller --replicas 0
kubectl -n argocd scale deployment/argocd-dex-server --replicas 0
kubectl -n argocd scale deployment/argocd-repo-server --replicas 0
kubectl -n argocd scale deployment/argocd-server --replicas 0
kubectl -n argocd scale deployment/argocd-redis --replicas 0
kubectl -n argocd scale deployment/argocd-applicationset-controller --replicas 0
kubectl -n argocd scale deployment/argocd-notifications-controller --replicas 0
• run from your IDE or cli(you have to be in project root)
make start-local
• Im using Goland as my primary IDE so I did next:
go get -t <http://github.com/google/gops/|github.com/google/gops/>
• then you will be able to attach to the running ArgoCD processes/services and debug everything.