Pre-generate certificates and kubeconfig files when executing kubernetes-anywhere with kubeadm alpha phase certs all and kubeadm alpha phase kubeconfig all and use terraform to copy over those files.
This means we won't have to do hacks like WAIT_FOR_KUBECONFIG and scp files back from the master in GCE-specific ways
This is an issue with action items from #370
In our first meeting (YouTube), we came up with these action items:
phase1/gce/do
tophase2/kubeadm
util/validate
to not matchNotReady
nodes: https://github.com/kubernetes/kubernetes-anywhere/blob/master/util/validate#L13kubeadm alpha phase certs all
andkubeadm alpha phase kubeconfig all
and use terraform to copy over those files.WAIT_FOR_KUBECONFIG
and scp files back from the master in GCE-specific wayscc @pipejakob Did I miss anything?