[CR] GitLab Stage stuck in "Waiting for database"
❯ kubectl get gitlabs -n gitlab-system
NAME STATUS
gitlab Initializing
Even though all pods are up and running, the GitLab status never gets to "Running". It is stuck in phase "Waiting for database".
Digging into the code, it appears that this is likely just because isWebserviceDeployed
is looking for a deployment without the -default
suffix.
Edited by Mitchell Nielsen