summaryrefslogtreecommitdiff
path: root/gemfeed
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-12-26 00:42:07 +0200
committerPaul Buetow <paul@buetow.org>2025-12-26 00:42:07 +0200
commitca810b0bfc23818f828c9ba7b7fb07dbee1cbccd (patch)
treec91b5dad03234d3242ce19234058a236464f9112 /gemfeed
parentb2b9dd008cf1c2fdb8147f19cee4adf0ce8bb153 (diff)
Update content for html
Diffstat (limited to 'gemfeed')
-rw-r--r--gemfeed/2025-10-02-f3s-kubernetes-with-freebsd-part-7.html11
-rw-r--r--gemfeed/atom.xml13
2 files changed, 21 insertions, 3 deletions
diff --git a/gemfeed/2025-10-02-f3s-kubernetes-with-freebsd-part-7.html b/gemfeed/2025-10-02-f3s-kubernetes-with-freebsd-part-7.html
index 6591ab80..cad77deb 100644
--- a/gemfeed/2025-10-02-f3s-kubernetes-with-freebsd-part-7.html
+++ b/gemfeed/2025-10-02-f3s-kubernetes-with-freebsd-part-7.html
@@ -128,7 +128,10 @@ by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
<pre>[root@r0 ~]<i><font color="silver"># curl -sfL https://get.k3s.io | K3S_TOKEN=$(cat ~/.k3s_token) \</font></i>
- sh -s - server --cluster-init --tls-san=r0.wg0.wan.buetow.org
+ sh -s - server --cluster-init \
+ --node-ip=<font color="#000000">192.168</font>.<font color="#000000">2.120</font> \
+ --advertise-address=<font color="#000000">192.168</font>.<font color="#000000">2.120</font> \
+ --tls-san=r0.wg0.wan.buetow.org
[INFO] Finding release <b><u><font color="#000000">for</font></u></b> channel stable
[INFO] Using v1.<font color="#000000">32.6</font>+k3s1 as release
.
@@ -137,6 +140,8 @@ http://www.gnu.org/software/src-highlite -->
[INFO] systemd: Starting k3s
</pre>
<br />
+<span>Note: The <span class='inlinecode'>--node-ip</span> and <span class='inlinecode'>--advertise-address</span> flags are important to ensure that the embedded etcd cluster communicates over the WireGuard interface (192.168.2.x) rather than the LAN interface (192.168.1.x). This ensures that all control plane traffic is encrypted via WireGuard.</span><br />
+<br />
<h3 style='display: inline' id='adding-the-remaining-nodes-to-the-cluster'>Adding the remaining nodes to the cluster</h3><br />
<br />
<span>Then I ran on the other two nodes <span class='inlinecode'>r1</span> and <span class='inlinecode'>r2</span>:</span><br />
@@ -147,10 +152,14 @@ http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
<pre>[root@r1 ~]<i><font color="silver"># curl -sfL https://get.k3s.io | K3S_TOKEN=$(cat ~/.k3s_token) \</font></i>
sh -s - server --server https://r<font color="#000000">0</font>.wg0.wan.buetow.org:<font color="#000000">6443</font> \
+ --node-ip=<font color="#000000">192.168</font>.<font color="#000000">2.121</font> \
+ --advertise-address=<font color="#000000">192.168</font>.<font color="#000000">2.121</font> \
--tls-san=r1.wg0.wan.buetow.org
[root@r2 ~]<i><font color="silver"># curl -sfL https://get.k3s.io | K3S_TOKEN=$(cat ~/.k3s_token) \</font></i>
sh -s - server --server https://r<font color="#000000">0</font>.wg0.wan.buetow.org:<font color="#000000">6443</font> \
+ --node-ip=<font color="#000000">192.168</font>.<font color="#000000">2.122</font> \
+ --advertise-address=<font color="#000000">192.168</font>.<font color="#000000">2.122</font> \
--tls-san=r2.wg0.wan.buetow.org
.
.
diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml
index b24e19bd..efe79606 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-12-24T10:50:53+02:00</updated>
+ <updated>2025-12-26T00:40:44+02:00</updated>
<title>foo.zone feed</title>
<subtitle>To be in the .zone!</subtitle>
<link href="https://foo.zone/gemfeed/atom.xml" rel="self" />
@@ -2659,7 +2659,10 @@ by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
<pre>[root@r0 ~]<i><font color="silver"># curl -sfL https://get.k3s.io | K3S_TOKEN=$(cat ~/.k3s_token) \</font></i>
- sh -s - server --cluster-init --tls-san=r0.wg0.wan.buetow.org
+ sh -s - server --cluster-init \
+ --node-ip=<font color="#000000">192.168</font>.<font color="#000000">2.120</font> \
+ --advertise-address=<font color="#000000">192.168</font>.<font color="#000000">2.120</font> \
+ --tls-san=r0.wg0.wan.buetow.org
[INFO] Finding release <b><u><font color="#000000">for</font></u></b> channel stable
[INFO] Using v1.<font color="#000000">32.6</font>+k3s1 as release
.
@@ -2668,6 +2671,8 @@ http://www.gnu.org/software/src-highlite -->
[INFO] systemd: Starting k3s
</pre>
<br />
+<span>Note: The <span class='inlinecode'>--node-ip</span> and <span class='inlinecode'>--advertise-address</span> flags are important to ensure that the embedded etcd cluster communicates over the WireGuard interface (192.168.2.x) rather than the LAN interface (192.168.1.x). This ensures that all control plane traffic is encrypted via WireGuard.</span><br />
+<br />
<h3 style='display: inline' id='adding-the-remaining-nodes-to-the-cluster'>Adding the remaining nodes to the cluster</h3><br />
<br />
<span>Then I ran on the other two nodes <span class='inlinecode'>r1</span> and <span class='inlinecode'>r2</span>:</span><br />
@@ -2678,10 +2683,14 @@ http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
<pre>[root@r1 ~]<i><font color="silver"># curl -sfL https://get.k3s.io | K3S_TOKEN=$(cat ~/.k3s_token) \</font></i>
sh -s - server --server https://r<font color="#000000">0</font>.wg0.wan.buetow.org:<font color="#000000">6443</font> \
+ --node-ip=<font color="#000000">192.168</font>.<font color="#000000">2.121</font> \
+ --advertise-address=<font color="#000000">192.168</font>.<font color="#000000">2.121</font> \
--tls-san=r1.wg0.wan.buetow.org
[root@r2 ~]<i><font color="silver"># curl -sfL https://get.k3s.io | K3S_TOKEN=$(cat ~/.k3s_token) \</font></i>
sh -s - server --server https://r<font color="#000000">0</font>.wg0.wan.buetow.org:<font color="#000000">6443</font> \
+ --node-ip=<font color="#000000">192.168</font>.<font color="#000000">2.122</font> \
+ --advertise-address=<font color="#000000">192.168</font>.<font color="#000000">2.122</font> \
--tls-san=r2.wg0.wan.buetow.org
.
.