[kubernetes-users] kube-dns container fails with "Failed to create a kubernetes client: open /var/run/secrets/kubernetes.io/serviceaccount/token"

2018-04-05 Thread dylanjhumphreys
Hi everyone, I've managed to setup a 5 node cluster, 2 masters, 3 workers. using the "roll your own" instructions here: https://kubernetes.io/docs/getting-started-guides/scratch/#preparing-certs I can run pods np but dns is not functional. As per the documentation, One method is to setup a

[kubernetes-users] one pod or many?

2018-03-15 Thread dylanjhumphreys
Hi Everyone, I've set up my kubernetes cluster using the instructions here: https://kubernetes.io/docs/getting-started-guides/scratch/ I notice that it "recommends" that each containerised component (apiserver,scheduler and controller-manager) be run in their own separate pod. Is there any