kind create cluster --config=cluster.yaml
kustomize build | kubectl apply -f -
Retrieve password:
ARGOCD_PASSWORD=$(kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d)
Open ArgoCD in browser
open https://localhost:31000
Login with credentials:
User: admin Password: $ARGOCD_PASSWORD