kind create cluster --config=cluster.yamlkustomize 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:31000Login with credentials:
User: admin Password: $ARGOCD_PASSWORD