Simple script for Kubernetes master node setup on running CoreOS instance.
- Set proper hostname with
hostnamectl set-hostname SOME_HOST_NAME
and restart CoreOS - Remove SWAP if was previously enabled
- Add your SSH keys with
echo 'PUBLIC_KEY_STRING' | update-ssh-keys -a USER_NAME
Use root account to run run-k8s-to-coreos.sh
script.
Add new nodes, connect k8s with GitLab, deploy you apps :)