rudimk / eurus-fabric-playbooks

A set of Fabric scripts for orchestrating a hyper-converged Ceph + OpenStack + Kubernetes cluster.
0 stars 0 forks source link

Update the path of the agent token file #5

Open rudimk opened 4 years ago

rudimk commented 4 years ago

With K3s v1 release, it seems the path of the file containing the agent token on the master node has changed, as has the path of the kubeconfig file. Need to update the playbooks to work with these new paths.

rudimk commented 4 years ago

It would also be a good idea to use the --write-kubeconfig parameter when booting up the K3s server.

Example: curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="--write-kubeconfig /root/kubeconfig.yaml" sh -s -