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
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: