-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Description
BUG REPORT
Minikube version (use minikube version
):minikube version: v0.18.0
Environment:
- OS (e.g. from /etc/os-release):macOS Sierra 10.12.5
- VM Driver (e.g.
cat ~/.minikube/machines/minikube/config.json | grep DriverName
):virtualbox - ISO version (e.g.
cat ~/.minikube/machines/minikube/config.json | grep -i ISO
orminikube ssh cat /etc/VERSION
):v0.18.0 - Install tools:kubectl using bash
- Others:
What happened:
start the cluster. get cluster info and get no information about kube-dns or kube-dashboard
kubectl cluster-info
Kubernetes master is running at https://192.168.99.104:8443
Only one pod
$ kubectl get pods --namespace=kube-system
NAME READY STATUS RESTARTS AGE
kube-addon-manager-minikube 1/1 Running 1 10m
Logs show:
kubectl logs kube-addon-manager-minikube --namespace=kube-system
The connection to the server localhost:8080 was refused - did you specify the right host or port?
WRN: == Error getting default service account, retry in 0.5 second ==
What you expected to happen:
Multiple services up and running and be able to access the dashboard.
How to reproduce it (as minimally and precisely as possible):
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.18.0/minikube-darwin-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/
start the cluster
minikube start
All I did was install minikube and I cant get anything to work! ;-)
I have spent days on this on mac and windows 7 and i cant get minikube working at all!
Anything else do we need to know: