参照:
https://argoproj.github.io/argo-cd/getting_started/
1)helmのチャートを追加する
helm repo add argo https://argoproj.github.io/argo-helm
2)argoのインストールを行う
helm install argo argo/argo-cd
3)パスワードの作成を行う。
kubectl get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d
以下、実行後にパスワードが表示される。
4)ログインを行う
Username :admin
Password :上記実行時に表示されるパスワードを入力
0 件のコメント:
コメントを投稿