A one liner shell script to bootstrap kubernetes
Find a file
Riley Seaburg f67de1e4b3
Update self-executing-script.sh
feat: update setup script to use containerd

- Modified the script to install and configure containerd instead of Docker
- Adjusted kubelet configuration to use containerd as the CRI (Container Runtime Interface)
- Ensured that swap is disabled and IP forwarding is enabled as per Kubernetes prerequisites

This update ensures that nodes set up using the script use containerd directly,
optimizing resource usage and aligning with best practices for Kubernetes setup.
2023-10-14 11:47:05 -04:00
bootstrap-cluster Update self-executing-script.sh 2023-10-13 19:21:02 -04:00
worker-nodes Update self-executing-script.sh 2023-10-14 11:47:05 -04:00
install-script.sh Update install-script.sh 2023-10-12 08:12:47 -04:00
self-excuting-script.sh Create self-excuting-script.sh 2023-10-12 08:13:50 -04:00