[note: resend due to mailing list outage] On Thu, 2019-07-18 at 10:09 +0200, Antonio Ojea wrote:
Glad to hear it!
tldr; Use weave, flannel and cilium don't work properly on kubic. I spoke to soon ... My (test) cluster is still plagued by connectivity issues. Notably, DNS connectivity but generally any connection from a pod to an endpoint _running on another node_. At this point I became convinced that the problem is with the network plug-in, not with my setup. I was able to configure weave with zero problems, using the default instructions. # kubeadm init # mkdir $HOME/.kube && cp /etc/kubernetes/admin.conf $HOME/.kube/config # kubectl apply -f " https://cloud.weave.works/k8s/net?k8s-version=$(kubectl version | base64 | tr -d '\n')" At this point the cluster works just fine, including accessing services, DNS lookups, ingresses ( via ingress-nginx + metallb ). Thanks all for the help, Robert -- To unsubscribe, e-mail: opensuse-kubic+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kubic+owner@opensuse.org