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
@M-usamashahid how are you installing it? We have some docs here that might help https://jenkins-x.io/getting-started/create-cluster/. FWIW we try and recommend people not use minikube as there tends to be lots of issues with networking and installation. If possible using GKE is the best experience plus there's a free tier you can use to kick the tyres. There's also a tutorial https://jenkins-x.io/about/tutorials/
Problem Description
minikube start
hangs on "Starting VM...".When adding verbose logs,
minikube start -v=10
hangs onError dialing TCP: dial tcp 192.168.64.7:22: getsockopt: operation timed out
.See detailed logs below.
Workaround
minikube start
commandname=minikube in
/private/var/db/dhcpd_leases`dhcpd_leases
:sudo cp /private/var/db/dhcpd_leases /private/var/db/dhcpd_leases.save
dhcpd_leases
and delete all thename=minikube
entries except the last entry (maybe all the entries can be deleted)minikube start -v=10
Temporary Error: Could not find an IP address for *:*:*:*:*:*
, then follow workaround https://github.com/jenkins-x/jx#minkube-and-hyperkit-could-not-find-an-ip-addressminikube status
minikube start
hang detailed logsSample
/private/var/db/dhcpd_leases
with duplicatename=minikube
entriesThe text was updated successfully, but these errors were encountered: