🐻❄️
- Melbourne,Victoria,Australia
-
09:08
(UTC +11:00)
Pinned Loading
-
handy_commands
handy_commands 1## get initial admin password
2kubectl -n argocd get secrets argocd-initial-admin-secret -o jsonpath='{.data.password}' | base64 -d
34## login to argocd server with cli
5argocd login $(kubectl -n argocd get svc argocd-server --output=jsonpath='{.spec.clusterIP}') --insecure --username admin --password "<PASSWORD>" --insecure
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.