summaryrefslogtreecommitdiff
path: root/gemfeed
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-08 18:20:49 +0300
committerPaul Buetow <paul@buetow.org>2025-08-08 18:20:49 +0300
commite9d281458b05b0a4eb1fa0a21da614cf520673a8 (patch)
tree240f39f419b0b340b0d2fd12b7637176fad92c63 /gemfeed
parent4e6242d408f6b86d2035b85cff755d5399eb6628 (diff)
Update content for gemtext
Diffstat (limited to 'gemfeed')
-rw-r--r--gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.gmi8
-rw-r--r--gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.gmi6
-rw-r--r--gemfeed/DRAFT-kubernetes-with-freebsd-part-7.gmi3
-rw-r--r--gemfeed/atom.xml18
4 files changed, 24 insertions, 11 deletions
diff --git a/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.gmi b/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.gmi
index a2ceafb0..601a2edd 100644
--- a/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.gmi
+++ b/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.gmi
@@ -177,19 +177,21 @@ root@f0:~ # cp /usr/local/etc/doas.conf.sample /usr/local/etc/doas.conf
```sh
root@f0:~ # cat <<END >>/etc/periodic.conf
daily_zfs_snapshot_enable="YES"
-daily_zfs_snapshot_pools="zroot"
+daily_zfs_snapshot_pools="zroot,zdata"
daily_zfs_snapshot_keep="7"
weekly_zfs_snapshot_enable="YES"
-weekly_zfs_snapshot_pools="zroot"
+weekly_zfs_snapshot_pools="zroot,zdata"
weekly_zfs_snapshot_keep="5"
monthly_zfs_snapshot_enable="YES"
-monthly_zfs_snapshot_pools="zroot"
+monthly_zfs_snapshot_pools="zroot,zdata"
monthly_zfs_snapshot_keep="6"
END
```
=> https://github.com/ross/zfs-periodic
+Note: We have also added `zdata` to the list of snapshot pools. Currently, this pool does not exist yet, but it will be created later in this blog series.
+
### Uptime tracking
`uptimed`? I like to track my uptimes. This is how I configured the daemon:
diff --git a/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.gmi b/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.gmi
index d4377b82..9a33b412 100644
--- a/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.gmi
+++ b/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.gmi
@@ -1,6 +1,6 @@
# f3s: Kubernetes with FreeBSD - Part 6: Storage
-> Published at 2025-07-13T16:44:29+03:00
+> Published at 2025-07-13T16:44:29+03:00, last updated: 08.08.2025
This is the sixth blog post about the f3s series for self-hosting demands in a home lab. f3s? The "f" stands for FreeBSD, and the "3s" stands for k3s, the Kubernetes distribution used on FreeBSD-based physical machines.
@@ -798,12 +798,16 @@ paul@f0:~ % doas sysrc nfsv4_server_enable=YES
nfsv4_server_enable: YES -> YES
paul@f0:~ % doas sysrc nfsuserd_enable=YES
nfsuserd_enable: YES -> YES
+paul@f0:~ % doas sysrc nfsuserd_flags="-domain lan.buetow.org"
+nfsuserd_flags: "" -> "-domain lan.buetow.org"
paul@f0:~ % doas sysrc mountd_enable=YES
mountd_enable: NO -> YES
paul@f0:~ % doas sysrc rpcbind_enable=YES
rpcbind_enable: NO -> YES
```
+> Update: 08.08.2025: I've added the domain to `nfsuserd_flags`
+
And we also create a dedicated directory for Kubernetes volumes:
```sh
diff --git a/gemfeed/DRAFT-kubernetes-with-freebsd-part-7.gmi b/gemfeed/DRAFT-kubernetes-with-freebsd-part-7.gmi
index 4fb273ba..8ccb2421 100644
--- a/gemfeed/DRAFT-kubernetes-with-freebsd-part-7.gmi
+++ b/gemfeed/DRAFT-kubernetes-with-freebsd-part-7.gmi
@@ -554,7 +554,8 @@ TODO: include k9s screenshot
TODO: include a diagram again?
TODO: increase replica of traefik to 2, persist config surviving reboots
TODO: fix check-mounts script (mountpoint command and stale mounts... differentiate better)
-TODO: remove traefic metal lb pods? persist the change?
+TODO: remove traefic metal lb pods? persist the change?
+TODO: use helm charts examples, but only after the initial apache example...
Other *BSD-related posts:
diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml
index 9b73689e..0066bd95 100644
--- a/gemfeed/atom.xml
+++ b/gemfeed/atom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
- <updated>2025-08-06T09:02:04+03:00</updated>
+ <updated>2025-08-08T18:20:01+03:00</updated>
<title>foo.zone feed</title>
<subtitle>To be in the .zone!</subtitle>
<link href="gemini://foo.zone/gemfeed/atom.xml" rel="self" />
@@ -484,7 +484,7 @@ content = "{CODE}"
<title>f3s: Kubernetes with FreeBSD - Part 6: Storage</title>
<link href="gemini://foo.zone/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.gmi" />
<id>gemini://foo.zone/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.gmi</id>
- <updated>2025-07-13T16:44:29+03:00</updated>
+ <updated>2025-07-13T16:44:29+03:00, last updated: 08.08.2025</updated>
<author>
<name>Paul Buetow aka snonux</name>
<email>paul@dev.buetow.org</email>
@@ -494,7 +494,7 @@ content = "{CODE}"
<div xmlns="http://www.w3.org/1999/xhtml">
<h1 style='display: inline' id='f3s-kubernetes-with-freebsd---part-6-storage'>f3s: Kubernetes with FreeBSD - Part 6: Storage</h1><br />
<br />
-<span class='quote'>Published at 2025-07-13T16:44:29+03:00</span><br />
+<span class='quote'>Published at 2025-07-13T16:44:29+03:00, last updated: 08.08.2025</span><br />
<br />
<span>This is the sixth blog post about the f3s series for self-hosting demands in a home lab. f3s? The "f" stands for FreeBSD, and the "3s" stands for k3s, the Kubernetes distribution used on FreeBSD-based physical machines.</span><br />
<br />
@@ -1398,12 +1398,16 @@ paul@f0:~ % doas sysrc nfsv4_server_enable=YES
nfsv4_server_enable: YES -&gt; YES
paul@f0:~ % doas sysrc nfsuserd_enable=YES
nfsuserd_enable: YES -&gt; YES
+paul@f0:~ % doas sysrc nfsuserd_flags=<font color="#808080">"-domain lan.buetow.org"</font>
+nfsuserd_flags: <font color="#808080">""</font> -&gt; <font color="#808080">"-domain lan.buetow.org"</font>
paul@f0:~ % doas sysrc mountd_enable=YES
mountd_enable: NO -&gt; YES
paul@f0:~ % doas sysrc rpcbind_enable=YES
rpcbind_enable: NO -&gt; YES
</pre>
<br />
+<span class='quote'>Update: 08.08.2025: I&#39;ve added the domain to <span class='inlinecode'>nfsuserd_flags</span></span><br />
+<br />
<span>And we also create a dedicated directory for Kubernetes volumes:</span><br />
<br />
<!-- Generator: GNU source-highlight 3.1.9
@@ -7446,19 +7450,21 @@ http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
<pre>root@f0:~ <i><font color="silver"># cat &lt;&lt;END &gt;&gt;/etc/periodic.conf</font></i>
daily_zfs_snapshot_enable=<font color="#808080">"YES"</font>
-daily_zfs_snapshot_pools=<font color="#808080">"zroot"</font>
+daily_zfs_snapshot_pools=<font color="#808080">"zroot,zdata"</font>
daily_zfs_snapshot_keep=<font color="#808080">"7"</font>
weekly_zfs_snapshot_enable=<font color="#808080">"YES"</font>
-weekly_zfs_snapshot_pools=<font color="#808080">"zroot"</font>
+weekly_zfs_snapshot_pools=<font color="#808080">"zroot,zdata"</font>
weekly_zfs_snapshot_keep=<font color="#808080">"5"</font>
monthly_zfs_snapshot_enable=<font color="#808080">"YES"</font>
-monthly_zfs_snapshot_pools=<font color="#808080">"zroot"</font>
+monthly_zfs_snapshot_pools=<font color="#808080">"zroot,zdata"</font>
monthly_zfs_snapshot_keep=<font color="#808080">"6"</font>
END
</pre>
<br />
<a class='textlink' href='https://github.com/ross/zfs-periodic'>https://github.com/ross/zfs-periodic</a><br />
<br />
+<span>Note: We have also added <span class='inlinecode'>zdata</span> to the list of snapshot pools. Currently, this pool does not exist yet, but it will be created later in this blog series.</span><br />
+<br />
<h3 style='display: inline' id='uptime-tracking'>Uptime tracking</h3><br />
<br />
<span><span class='inlinecode'>uptimed</span>? I like to track my uptimes. This is how I configured the daemon:</span><br />