- 2018-10-13 Latest USBboot image for <= RPI3B+
- ClusterHat USBboot Setup and another version
- WriteUp on Clusterhat in Google Groups
- ClusterHat software control
- Clusterhat control tool code
This is done on the RPi Cluster Controller
ssh-keygen -t rsa -N "" -f ~/.ssh/id_rsa && \
mkdir -p /var/lib/clusterhat/nfs/p{1,2,3,4}/home/pi/.ssh/ && \
cat ~/.ssh/id_rsa.pub >> /var/lib/clusterhat/nfs/p1/home/pi/.ssh/authorized_keys && \
cat ~/.ssh/id_rsa.pub >> /var/lib/clusterhat/nfs/p2/home/pi/.ssh/authorized_keys && \
cat ~/.ssh/id_rsa.pub >> /var/lib/clusterhat/nfs/p3/home/pi/.ssh/authorized_keys && \
cat ~/.ssh/id_rsa.pub >> /var/lib/clusterhat/nfs/p4/home/pi/.ssh/authorized_keys
clusterhat on && \
sudo rpiboot -d /var/lib/clusterhat/boot/ -o -l -v
- Create local SSH keys
- SSH copy local keys to controller and PiZs
- Update and Upgrade all hosts
- Clean up apt
https://medium.com/@mabrams_46032/kubernetes-on-raspberry-pi-c246c72f362f
Find the End of the drive
sudo fdisk -l /dev/$SD_DRIVE
ON MAC-OSX
diskutil list
Copy the Image up to the END
sudo dd if=$SD_DRIVE of=/Users/jdev/Documents/sd_backup.img bs=512 count=124928
Pizero's need docker.service edited for Docker to run
pizero sudo apt install docker.io --fix-missing
still need to get swarm working
docker service create --name miner \