This is a repo to test Gitlab and runners.
- Docker Desktop with Kubernetes enabled
- Helm is installed
- DNS name pointing to host machine running Docker
- Ensure the Kubernetes context is set to the docker-desktop cluster.
- Set
$env:GITLAB_HOSTNAME
environment variable (or you will be prompted during the execution ofdeploy.ps1
) - e.g.$env:GITLAB_HOSTNAME = "gitlab.example.com"
- Run
deploy.ps1
- Login with:
- Username:
root
- Password:
SuperSecretLocalLab
- Username:
- Run
teardown.ps1