weaveworks / launcher

Weave Cloud Launcher
Apache License 2.0
10 stars 13 forks source link

Add DNS status check #160

Closed lilic closed 6 years ago

lilic commented 6 years ago

Sometimes DNS is not configured correctly, mainly on minikube Kubernetes clusters. This checks that the DNS deployment has all the running pods, if not it errors out and suggests to the user to correctly setup DNS.

Fixes https://github.com/weaveworks/launcher/issues/158

Notes:

lilic commented 6 years ago

Closing in favor of https://github.com/weaveworks/launcher/pull/164