ruebenramirez / blog

My blog
http://blog.ruebenramirez.com/
7 stars 0 forks source link

deploying kubernetes on centos7 #403

Open ruebenramirez opened 7 years ago

ruebenramirez commented 7 years ago

installing kubernetes from a vanilla centos 7 vagrant base box: https://atlas.hashicorp.com/centos/boxes/7

ruebenramirez commented 7 years ago

centos/7 vagrant box tracks the latest virtualbox.box image available here: http://cloud.centos.org/centos/7/vagrant/x86_64/images/

ruebenramirez commented 7 years ago

following this kubernetes installation guide: https://kubernetes.io/docs/getting-started-guides/kubeadm/

ruebenramirez commented 7 years ago

ran into problem:

 error: failed to run Kubelet: invalid kubeconfig: stat /etc/kubernetes/kubelet.conf: no such file or directory

looks like this is already tracked here: https://github.com/kubernetes/kubernetes/issues/40969

So this is expected?

ruebenramirez commented 7 years ago
ruebenramirez commented 7 years ago