Skip to content

AlexandreODelisle/rpi-cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

BootStrap a K3S Cluster using k3sup and ansible on a RPI cluster

Notes

k3sup needs to use at least a ecdsa cryptographic key to be able to ssh into the remote hosts.

sh-keygen -t ecdsa
ssh-copy-id -i ~/.ssh/id_ecdsa $SERVER_USER@$SERVER_IP

Need to define docker login creds prior

docker login

# if permission denied
sudo usermod -aG docker $USER

Inspiration

k3s bootstrap inspiration:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published