herzogf / homek8s

Kubernetes installer for your datacenter at home.
MIT License
1 stars 2 forks source link

gateway: add apt cache for nodes #56

Open herzogf opened 4 years ago

herzogf commented 4 years ago

See https://github.com/herzogf/homek8s/issues/20#issuecomment-583638367

Right now all nodes need to download deb packages via apt during pxe installation from the internet. As raspberry pis don't have a high bandwidth for i/o it is painful to download from the internet, i.e. node -> raspberry pi -> internet. The gateway should act as an apt cache so that only the first node triggers this lengthy download from the internet.

This issue depends on #52