最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Install ArgoCD using Docker DesktopK8s - Stack Overflow

programmeradmin0浏览0评论

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
Add a comment  | 

1 Answer 1

Reset to default 0

Using 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

发布评论

评论列表(0)

  1. 暂无评论