Kami
Kami

Reputation: 11

ArgoCD - During set up I deleted argocd-server

I'm currently trying to set up ArgoCD for my 3 Nodes Kuberentes Cluster. During the set up I made a mistake and falsely deleted the ArgoCD-Server.

Now how can i get it back? I cant find the service file to create the argocd-server service.

Thanks!

Upvotes: 0

Views: 439

Answers (1)

quoc9x
quoc9x

Reputation: 2181

You just need to reinstall ArgoCD with command:

kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml

Upvotes: 2

Related Questions