我已經在我的 kubernetes 集群上安裝了 ArgoCD,使用
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
現在,如何將其完全從集群中洗掉?
uj5u.com熱心網友回復:
您可以使用此洗掉整個安裝 - kubectl delete -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
參考
轉載請註明出處,本文鏈接:https://www.uj5u.com/qukuanlian/407972.html
標籤:
上一篇:引導彈出視窗需要雙擊才能被觸發
