【问题标题】:How to uninstall ArgoCD from Kubernetes cluster?如何从 Kubernetes 集群中卸载 ArgoCD?
【发布时间】:2022-01-11 12:41:34
【问题描述】:

我已经在我的 kubernetes 集群上安装了 ArgoCD,使用

kubectl create namespace argocd

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

现在,如何将其从集群中完全移除?

【问题讨论】:

    标签: kubernetes argocd


    【解决方案1】:

    您可以使用此删除整个安装 - kubectl delete -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml

    Reference

    【讨论】:

      猜你喜欢
      • 2019-06-13
      • 2022-06-20
      • 2023-04-07
      • 2022-06-10
      • 2021-04-09
      • 2020-12-04
      • 2017-06-11
      • 2018-05-14
      • 2017-11-25
      相关资源
      最近更新 更多