datawire / kubernaut

Instant ephemeral Kubernetes clusters for development and testing
Apache License 2.0
117 stars 8 forks source link

KubeDNS Intermittently Fails to Start #26

Closed plombardi89 closed 6 years ago

plombardi89 commented 6 years ago

Sometimes when a Kubernaut instance starts up then kubedns fails to start. This issue needs to be tracked down and fixed.

plombardi89 commented 6 years ago

I believe this and (https://github.com/datawire/kubernaut/issues/33) are related.

plombardi89 commented 6 years ago

Reading material:

Initially... https://github.com/kubernetes/minikube/issues/2027 Which leads to... https://github.com/kubernetes/kubernetes/issues/45828 Which leads to... https://github.com/kubernetes/kubeadm/issues/273

plombardi89 commented 6 years ago

This should be fixed now thanks to bootstrapping script changes as recommended by the above issues.