Docs feedback: domain/external ip set up with minikube

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

  • Close this issue

Link: https://docs.gitlab.com/charts/development/minikube/#deploying-gitlab-with-minimal-settings

  --set global.hosts.domain=$(minikube ip) \
  --set global.hosts.externalIP=$(minikube ip).nip.io

should be

  --set global.hosts.domain=$(minikube ip).nip.io \
  --set global.hosts.externalIP=$(minikube ip)

Also this is not clear that these optional parameters are both for 'Deploying GitLab with recommended settings' & 'Deploying GitLab with minimal settings'. Maybe a hierarchy like this will be more clear:

Deploying GitLab

with recommended settings

with minimal settings

if minikube ip !== 192.168.99.100

   You need to add ...
Edited Jul 01, 2025 by 🤖 GitLab Bot 🤖
Assignee Loading
Time tracking Loading