Skip to content

Commit 304fb13

Browse files
committed
GH-109 Added IP addresses to the device table
1 parent 520c7b1 commit 304fb13

File tree

1 file changed

+5
-5
lines changed
  • _blog/running-k8s-cluster-on-pi-a-step-by-step-guide

1 file changed

+5
-5
lines changed

_blog/running-k8s-cluster-on-pi-a-step-by-step-guide/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,11 @@ Repeat the above for the other RPi devices.
204204

205205
Furthermore, for a more organised workflow, I change the `hostname` of each device so that when I `ssh` into them, I can see which Node I'm working with. As detailed in the above sections, I have a key name for each RPi device and I ultimately want to have the following:
206206

207-
|Key|Role|Description|IP Address|Hostname|
208-
|:-:|:--:|:----------|:---------|:------:|
209-
|MN1|Master|Kubernetes Master Node|192.168.137.50|learnk8s-mn1|
210-
|WN1|Worker|Kubernetes Worker Node|192.168.137.51|learnk8s-wn1|
211-
|WN2|Worker|Kubernetes Worker Node|192.168.137.52|learnk8s-wn2|
207+
|Key|Role|Description|IP Address|Hostname|IP Address|
208+
|:-:|:--:|:----------|:---------|:------:|---------:|
209+
|MN1|Master|Kubernetes Master Node|192.168.137.50|learnk8s-mn1|192.168.137.39|
210+
|WN1|Worker|Kubernetes Worker Node|192.168.137.51|learnk8s-wn1|192.168.137.129|
211+
|WN2|Worker|Kubernetes Worker Node|192.168.137.52|learnk8s-wn2|192.168.137.200|
212212

213213
To change the `hostname`, for each RPi device, `ssh` into it, now using the new password.
214214

0 commit comments

Comments
 (0)