vmware-archive / wardroom

A tool for creating Kubernetes-ready base operating system images.
Apache License 2.0
162 stars 44 forks source link

Become root when creating kubeadm token as part of add-nodes.yaml #162

Closed alexbrand closed 5 years ago

alexbrand commented 5 years ago

Kubeadm needs access to the kubeconfig file in /etc/kubernetes/admin.conf. This file can only be used by a user with elevated privileges.

Signed-off-by: Alexander Brand alexbrand09@gmail.com

Fixes #161