ArgoCD安装

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
kubectl port-forward --address 0.0.0.0 svc/argocd-server -n argocd 8000:443

用户名 admin

密码是 Pod 名

kubectl get pods -n argocd -l app.kubernetes.io/name=argocd-server -o name | cut -d'/' -f 2
argocd-server-86f7f94488-pv2zk

不过我这里不好用,查看了一下 secrets 发现密码是 HclJUPjSiSwmWZpC

Send a Message