Files
argocd-keycloak/2.ArgoCD/README.md
2023-02-06 15:28:04 +07:00

15 lines
587 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Argo
## установка
1. helm upgrade --install --create-namespace -n argo-cd argo-cd .
## авторизация в консоли
argocd login argo.rmnl.ru --username admin --password $(kubectl -n argo-cd get secret argocd-secret -o jsonpath="{.data.clearPassword}" | base64 -d; echo) --grpc-web
## подключение кластера с консоли
Если кластер управлается через ранчер, добавить его в Арго можно по [инструкции](https://gist.github.com/janeczku/b16154194f7f03f772645303af8e9f80)