chore(README): Updating Readme

This commit is contained in:
Timothy Stewart 2022-03-27 12:46:15 -05:00
parent 48e81ce450
commit 16ee29ada2

View File

@ -83,3 +83,13 @@ To copy your `kube config` locally so that you can access your **Kubernetes** cl
```bash
scp debian@master_ip:~/.kube/config ~/.kube/config
```
## Thanks 🤝
This repo is really standing on the shoulders of giants. Thank you!
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)