From 02601170f51da49b172fed4d3f71f23a438ad53a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 23 Oct 2024 21:24:41 +0000 Subject: [PATCH] Deployed 891de9c7 with MkDocs version: 1.6.1 --- bare-metal/index.html | 64 ++++++++++++++++++++++++++++++++++++++++ custom-images/index.html | 1 + 2 files changed, 65 insertions(+) diff --git a/bare-metal/index.html b/bare-metal/index.html index 7775a5b15..d6b38306b 100644 --- a/bare-metal/index.html +++ b/bare-metal/index.html @@ -249,6 +249,15 @@ @@ -1103,6 +1121,15 @@ @@ -1253,6 +1289,19 @@

Harware Setup of Raspberry PIs

https://www.blinkstick.com/products/blinkstick-nano

The initial setup is done with Ansible.

+

Bootstrap new Raspberry Pi

+

PoE HAT

The fan of the PoE HAT tends to occelate between min and max speed. Accoding to an article by Jeff Geerling this can be adjusted.

@@ -1457,6 +1506,21 @@

Lenovo nic e1000

ethtool -K <ADAPTER> gso off gro off tso off 
 

This should be added as startup command to /etc/network/if-up.d/

+

Hardware Buy List

+ diff --git a/custom-images/index.html b/custom-images/index.html index ce3cc1c13..28cb54f91 100644 --- a/custom-images/index.html +++ b/custom-images/index.html @@ -1033,6 +1033,7 @@

Custom Docker Images

https://pre-commit.com/#install https://github.com/norwoodj/helm-docs https://keepachangelog.com/en/1.0.0/

+

k8s best practices for images: https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-best-practices-how-and-why-to-build-small-container-images

For the task of creating my own images I got inspired by the setup from k8s-at-home and of it's contributers like onedr0p

Testing