nre-learning / antidote-selfmedicate

Configs and scripts for spinning up a local instance of Antidote on your laptop for testing and lesson development
Apache License 2.0
12 stars 19 forks source link

dns! Error starting cluster: wait: waiting for k8s-app=kube-dns #11

Closed jweidley closed 5 years ago

jweidley commented 5 years ago

On a band new Ubuntu 16.04 install, when starting selfmedicate (./selfmedicate.sh start ../antidote) minikube crashes. Here is the full error message:

: Waiting for pods: apiserver proxy etcd scheduler controller addon-manager dns! Error starting cluster: wait: waiting for k8s-app=kube-dns: timed out waiting for the condition

jweidley commented 5 years ago

This problem appears to be related with minikube v0.35. Downloaded minikube v0.34.1 from the URL below and it starts up without issue.

https://storage.googleapis.com/minikube/releases/v0.34.1/minikube-linux-amd64

Mierdin commented 5 years ago

@jweidley Thanks for the report. I'll update the selfmedicate docs to indicate you should use v0.34.1, and maybe add an enforcement in the script.

Mierdin commented 5 years ago

Done in https://github.com/nre-learning/antidote/commit/6bdce52cb1096df0803637066e4626fe43f4ba58