A collection of scripts for installing and configuring K8S nodes as master or workers.
🏠 Homepage
Update permissions to execute script and install prerequisites. At end, reboot the machine.
chmod +x *
bash ./install_prerequisites.sh
bash ./master.sh
bash ./worker.sh
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
- Ascii art generetor
- font ANSI Shadow
- kubernetes/kubernetes#34278 (comment)
- https://stackoverflow.com/questions/42450386/kubernetes-frequently-gets-error-adding-network-no-ip-addresses-available-in?noredirect=1&lq=1
- https://github.com/teamserverless/k8s-on-raspbian/blob/master/GUIDE.md
- kubectl run --generator=run-pod/v1 busybox1 --image=arm32v7/busybox -- sleep 3600
This README was generated with ❤️ by readme-md-generator