August 2019
Beginner
608 pages
16h 7m
English
If everything went well, you will find your installation by adding GitLab to your wildcard DNS name, in the case of our preceding example, gitlab.home.joustie.nl.
We have not yet specified a root password for the initial administrator user in GitLab. During the deployment on Kubernetes, a random password was automatically created. You can fetch this password with the following command from Terminal (replace name with your deployment name; for us, it is gitlab):
kubectl get secret <name>-gitlab-initial-root-password -ojsonpath={.data.password} | base64 --decode ; echo
Read now
Unlock full access