我目前正在尝试为我的3节点Kuberentes集群设置ArgoCD。在设置过程中,我犯了一个错误,错误地删除了。
现在我怎么才能把它拿回来?我找不到创建argocd-server服务的服务文件。
谢谢
kubernetesNoob
发布于 2022-07-08 04:56:29
您只需使用命令重新安装ArgoCD:
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
https://stackoverflow.com/questions/72894644
复制相似问题