Initial login

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
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.223.106.232