Following the quick start guide to install ArgoCD using Docker DesktopK8s on a MacOS Darwin Kernel Version 23.6.0
kubectl create namespace argocd
kubectl apply -n argo -f .6.2/install.yaml
But only 2 pods come up.
NAME READY STATUS RESTARTS AGE
argo-server-57cd4c4845-rsfrn 1/1 Running 0 13m
workflow-controller-5bfddc4596-88ggs 1/1 Running 0 13m
Any ideas? Thx
Following the quick start guide to install ArgoCD using Docker DesktopK8s on a MacOS Darwin Kernel Version 23.6.0
kubectl create namespace argocd
kubectl apply -n argo -f https://github/argoproj/argo-workflows/releases/download/v3.6.2/install.yaml
But only 2 pods come up.
NAME READY STATUS RESTARTS AGE
argo-server-57cd4c4845-rsfrn 1/1 Running 0 13m
workflow-controller-5bfddc4596-88ggs 1/1 Running 0 13m
Any ideas? Thx
Share Improve this question asked Jan 29 at 14:23 FrankFrank 5474 silver badges15 bronze badges 2- ArgoCD or Argo Workflows? These are 2 different products! – Gaël J Commented Jan 30 at 20:50
- This was my mistake, I tried to install ArgoCD but used the instructions for Argo Workflows. Thx! – Frank Commented Jan 31 at 23:23
1 Answer
Reset to default 0Using a stable version seems to be the answer, not sure why the release does not work. :(
kubectl apply -n argo -f https://raw.githubusercontent/argoproj/argo-cd/stable/manifests/install.yaml