skip to main content
Initial superuser password
The initial password for the ICE administration user account, superuser@superuser.com, may be obtained by the following command:
kubectl -n ice-arcus get secrets \
init-superuser-pass \
-o jsonpath \
--template '{.data.pass}' \
| base64 -d