Upgrade kube-vpi; improve settings; better reset (#31)

* fix(k3s): upgrade k3s + kube-vip

* chore(github): update template

* chore(docs): Updated README

* fix(ansible): Reboot as part of reset

* fix(kube-vip): improve settings

* chore(lint): fix

* chore(lint): fix
This commit is contained in:
Techno Tim
2022-05-26 15:32:25 -05:00
committed by GitHub
parent 5bf61c841f
commit e1a0298eb8
5 changed files with 28 additions and 8 deletions

View File

@@ -96,6 +96,10 @@ scp debian@master_ip:~/.kube/config ~/.kube/config
See the commands [here](https://docs.technotim.live/posts/k3s-etcd-ansible/#testing-your-cluster).
### Troubleshooting
Be sure to see [this post](https://github.com/techno-tim/k3s-ansible/discussions/20) on how to troubleshoot common problems
### 🔷 Vagrant
You may want to kickstart your k3s cluster by using Vagrant to quickly build you all needed VMs with one command.
@@ -109,6 +113,6 @@ This repo is really standing on the shoulders of giants. To all those who have
Thanks to these repos for code and ideas:
* [k3s-io/k3s-ansible](https://github.com/k3s-io/k3s-ansible)
* [geerlingguy/turing-pi-cluster](https://github.com/geerlingguy/turing-pi-cluster)
* [212850a/k3s-ansible](https://github.com/212850a/k3s-ansible)
- [k3s-io/k3s-ansible](https://github.com/k3s-io/k3s-ansible)
- [geerlingguy/turing-pi-cluster](https://github.com/geerlingguy/turing-pi-cluster)
- [212850a/k3s-ansible](https://github.com/212850a/k3s-ansible)