This message was deleted.
# ask-for-help
s
This message was deleted.
m
You'll need to create an admin account. Run this in a terminal
Copy code
YATAI_INITIALIZATION_TOKEN=$(kubectl get secret yatai-env --namespace yatai-system -o jsonpath="{.data.YATAI_INITIALIZATION_TOKEN}" | base64 --decode)
echo "Open in browser: <http://127.0.0.1:8080/setup?token=$YATAI_INITIALIZATION_TOKEN>"
and then you'll be able to create your account. Instructions for this part are here
👍 1