Hello I created a basic image with some configuration i need for setting up a kubernetes cluster . But when i burn this image the machine-id from /etc/machine-id stays the same on every node of my raspberry pi cluster. I have to delete this and create a new one with these commands sudo rm /etc/machi...
hello My setup 4 raspbian pi's os: raspbian stretch lite situation: When i clone my image to an .img file (16gb) and clone the images in the beginning to every pi on the cluster and set up a cluster everythings works fine. I am trying to shrink the .img file so that it wouldn't be that large and ver...
I don't use ssh keys yet. because i'm now in a testing fase.
I guess you're right about the cloning part.
I will now try to burn the images without shrinking them . If it works i'll found the error (debugging sucks )
Thanks for the reply
I have a raspberry pi cluster, of 4 pi's The purpose of this cluster is to build a small kubernetes cluster . My first setup i burned a rasbian stretch lite on an sd card and limit a couple of settings ( disable wifi , bluetooth , set gpu to minimum) And download all the programs used for every pi i...