From 16ee29ada26020a9c20564fa12540bca13de5740 Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Sun, 27 Mar 2022 12:46:15 -0500 Subject: [PATCH] chore(README): Updating Readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5cbf7dc63..2d0f816e8 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file