Skip to content
  • Mitchell Nielsen's avatar
    Expose GitLab-Shell as a high-numbered nodeport · cc586175
    Mitchell Nielsen authored and DJ Mountney's avatar DJ Mountney committed
    Minikube takes port 22 for its own functionality, which means that by
    using the defaults, cloning over SSH via GitLab-Shell isn't possible.
    Here, we map GitLab-Shell to a high-numbered NodePort and configure the
    clone link in the UI to reflect this port change. This enables cloning
    via SSH in Minikube.
    cc586175