Skip to content

Commit

Permalink
Deployed 891de9c with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 23, 2024
1 parent 85d0602 commit 0260117
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 0 deletions.
64 changes: 64 additions & 0 deletions bare-metal/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,15 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#bootstrap-new-raspberry-pi" class="md-nav__link">
<span class="md-ellipsis">
Bootstrap new Raspberry Pi
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#poe-hat" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -376,6 +385,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#hardware-buy-list" class="md-nav__link">
<span class="md-ellipsis">
Hardware Buy List
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -1103,6 +1121,15 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#bootstrap-new-raspberry-pi" class="md-nav__link">
<span class="md-ellipsis">
Bootstrap new Raspberry Pi
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#poe-hat" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -1230,6 +1257,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#hardware-buy-list" class="md-nav__link">
<span class="md-ellipsis">
Hardware Buy List
</span>
</a>

</li>

</ul>
Expand All @@ -1253,6 +1289,19 @@
<h1 id="harware-setup-of-raspberry-pis">Harware Setup of Raspberry PIs</h1>
<p>https://www.blinkstick.com/products/blinkstick-nano</p>
<p>The initial setup is done with Ansible.</p>
<h2 id="bootstrap-new-raspberry-pi">Bootstrap new Raspberry Pi</h2>
<ul>
<li>Download newest Raspberry Pi Imager</li>
<li>Image Ubuntu Server</li>
<li>(Req: MAC is configure in DHCP)</li>
<li>Boot Up</li>
<li>(Optional) If host was already configured: <code>sudo ssh-keygen -R &lt;oldhost&gt;</code> and <code>sudo ssh-keygen -R &lt;ip&gt;</code></li>
<li>Configure new host in ansible <code>hosts.yaml</code></li>
<li>Add system to the hosts file</li>
<li>Ensure the default user exists in <code>group_vars/&lt;distribution-name&gt;.yaml</code>
Otherwise add a file with the variable <code>ansible_user_first_run</code></li>
<li>Run ansible with <code>ansible-playbook add-user-ssh.yaml --limit &lt;newhost&gt;</code></li>
</ul>
<h2 id="poe-hat">PoE HAT</h2>
<p>The fan of the PoE HAT tends to occelate between min and max speed. Accoding to
an <a href="https://www.jeffgeerling.com/blog/2021/taking-control-pi-poe-hats-overly-aggressive-fan">article by Jeff Geerling</a> this can be adjusted.</p>
Expand Down Expand Up @@ -1457,6 +1506,21 @@ <h2 id="lenovo-nic-e1000">Lenovo nic e1000</h2>
<div class="highlight"><pre><span></span><code><a id="__codelineno-11-1" name="__codelineno-11-1" href="#__codelineno-11-1"></a>ethtool<span class="w"> </span>-K<span class="w"> </span>&lt;ADAPTER&gt;<span class="w"> </span>gso<span class="w"> </span>off<span class="w"> </span>gro<span class="w"> </span>off<span class="w"> </span>tso<span class="w"> </span>off<span class="w"> </span>
</code></pre></div>
<p>This should be added as startup command to <code>/etc/network/if-up.d/</code></p>
<h2 id="hardware-buy-list">Hardware Buy List</h2>
<ul>
<li>https://www.mk1manufacturing.com/cart.php?m=view</li>
<li>https://racknex.com/shop/lenovo/</li>
<li>https://www.uctronics.com/raspberry-pi.html</li>
<li>https://store.45homelab.com/configure/hl15</li>
<li>https://www.serverschmiede.com/konfigurator_bulk/en/truenas</li>
<li>https://www.serverschmiede.com/konfigurator_bulk/en/supermicro-cse-116ts-h12ssw-ntr-19-1u-10x-25-sff-nvme-sas-sata-amd-epyc-gen2-gen3-ddr4-ecc-raid-2x-psu</li>
<li>https://serverando.de/Server/</li>
<li>https://www.servethehome.com/introducing-project-tinyminimicro-home-lab-revolution/</li>
<li>https://www.pchc.ch/en/Divers/spare-parts/Lenovo-CARDPOP-BLD-Tiny8-BTB-LAN-card----5C50W00908.html</li>
<li>https://www.ebay.com/itm/276424564157</li>
<li></li>
<li></li>
</ul>



Expand Down
1 change: 1 addition & 0 deletions custom-images/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1033,6 +1033,7 @@ <h1 id="custom-docker-images">Custom Docker Images</h1>
https://pre-commit.com/#install
https://github.com/norwoodj/helm-docs
https://keepachangelog.com/en/1.0.0/</p>
<p>k8s best practices for images: https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-best-practices-how-and-why-to-build-small-container-images</p>
<p>For the task of creating my own images I got inspired by the setup from
<a href="https://github.com/k8s-at-home/container-images">k8s-at-home</a> and of it's contributers like <a href="https://github.com/onedr0p/containers">onedr0p</a></p>
<h2 id="testing">Testing</h2>
Expand Down

0 comments on commit 0260117

Please sign in to comment.