I've tried bringing up Tectonic on Azure without success, looking at the master node it complains about no cni config being available.
Sep 20 10:46:53 smblab-internal-master-0 python[904]: 2017/09/20 10:46:53.879505 WARNING Failed to flush firewall
Sep 20 10:46:54 smblab-internal-master-0 kubelet-wrapper[810]: W0920 10:46:54.797048 810 cni.go:189] Unable to update cni config: No networks found in /etc/kubernetes/cni/net.d
Sep 20 10:46:54 smblab-internal-master-0 kubelet-wrapper[810]: E0920 10:46:54.797491 810 kubelet.go:2136] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
Sep 20 10:46:56 smblab-internal-master-0 bash[812]: [ 234.025881] bootkube[5]: W0920 10:46:56.385059 5 create.go:31] Unable to determine api-server readiness: API Server http status: 0
This is running without Calico and experimental features. I've tried using k8s_vanilla install set to true and false. Any suggestions?