kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
#输出登陆密码
echo $(kubectl get secret -n argocd argocd-initial-admin-secret -o yaml|grep "password"|awk -F: '{print $2}')|base64 -d