minikube: v1.8.0 "Service Unavailable"

244 views
Skip to first unread message

Martin Knechtel

unread,
Dec 6, 2017, 5:08:09 AM12/6/17
to Kubernetes developer/contributor discussion
Hi, I am on macOS 10.13.1 (17B1003). I am following https://github.com/kubernetes/minikube/blob/master/README.md#quickstart. Here is what I did

~ $  brew cask install minikube
[...]

~ $  minikube start

Starting local Kubernetes v1.8.0 cluster...

Starting VM...

Getting VM IP address...

Moving files into cluster...

Downloading localkube binary

 148.25 MB / 148.25 MB [============================================] 100.00% 0s

 0 B / 65 B [----------------------------------------------------------]   0.00%

 65 B / 65 B [======================================================] 100.00% 0sSetting up certs...

Connecting to cluster...

Setting up kubeconfig...

Starting cluster components...

Kubectl is now configured to use the cluster.

Loading cached images from config file.

~ $  kubectl run hello-minikube --image=gcr.io/google_containers/echoserver:1.4 --port=8080

error: failed to discover supported resources: Get https://192.168.99.100:8443/api: Service Unavailable

~ $  kubectl get pod

Unable to connect to the server: Service Unavailable


Best,
Martin

Martin Knechtel

unread,
Dec 6, 2017, 5:50:05 AM12/6/17
to Kubernetes developer/contributor discussion
Might be an issue with my proxy and WLAN. Just started minikube with WLAN switched off. And now 

~ $  kubectl get pod

NAME                              READY     STATUS    RESTARTS   AGE

hello-minikube-57889c865c-8ddsk   1/1       Running   0          10m


Matt Rickard

unread,
Dec 6, 2017, 3:31:35 PM12/6/17
to Kubernetes developer/contributor discussion
Hi Martin,

This is a group for discussion on development on kubernetes itself.  If you have an issue withs something on minikube, you'll have a better chance of getting support on the #minikube slack channel or filing an issue on the kubernetes/minikube repository.

In response to your issue, this doc on running minikube behind a proxy might be useful
Reply all
Reply to author
Forward
This conversation is locked
You cannot reply and perform actions on locked conversations.
0 new messages