linuxubuntukubernetesserviceargocd

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!


Solution

  • You just need to reinstall ArgoCD with command:

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