This repository was archived by the owner on Jan 4, 2022. It is now read-only.

Description
When testing kube-spawn with --kubernetes-version=v1.9.0, the cluster doesn't get created. While kubeadm init succeeds on the master node, kubeadm join fails on worker nodes, with the following error message:
[discovery] Failed to request cluster info, will try again: [Get https://10.22.0.3:6443/api/v1/namespaces/kube-public/configmaps/cluster-info: dial tcp 10.22.0.3:6443: getsockopt: connection refused]
I remember it worked until k8s v1.9.0-alpha.3 (?), but since then I haven't tested. So I'm not sure why.