You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I enjoy using minikube a lot, and I use it for CI at github.com with no problems. I really like to be able to do CI stuff on gitlab as well, but so far no luck with that.
At first the minikube binary will not even run in the Alpine container, so I added libc6-compat
Then I got: X Exiting due to RSRC_INSUFFICIENT_CORES: Requested cpu count 1 is less than the minimum allowed of 2
Then I changed the minikube start command to ./minikube start --extra-config=kubeadm.ignore-preflight-errors=NumCPU --force --cpus=1
And now it seems to hang forever, last trace line: ! Listening to 0.0.0.0 on external docker host docker. Please be advised
Is there any expectation minikube should work under a docker:latest / docker:dind setup on a private GitLab instance? Looking at the minikube logging it seems like the k8s container starts up almost completely, it emits some message about a graphical user interface and that is where it hangs.
I guess I am curious whether anyone can confirm it should work or whether I am wasting my time trying.
I enjoy using minikube a lot, and I use it for CI at github.com with no problems. I really like to be able to do CI stuff on gitlab as well, but so far no luck with that.
At first the minikube binary will not even run in the Alpine container, so I added
libc6-compat
Then I got:
X Exiting due to RSRC_INSUFFICIENT_CORES: Requested cpu count 1 is less than the minimum allowed of 2
Then I changed the minikube start command to
./minikube start --extra-config=kubeadm.ignore-preflight-errors=NumCPU --force --cpus=1
And now it seems to hang forever, last trace line:
! Listening to 0.0.0.0 on external docker host docker. Please be advised
Here is the full modified .gitlab-ci.yml
Any ideas ?
The text was updated successfully, but these errors were encountered: