Clarified step on lab 03 machines database

pull/861/head
Buu Lam 2025-04-13 13:29:43 +00:00
parent 52eb26dad1
commit 78bac91a9c
2 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Each of the columns corresponds to a machine IP address `IPV4_ADDRESS`, fully qu
Here is an example machine database similar to the one used when creating this tutorial. Notice the IP addresses have been masked out. Your machines can be assigned any IP address as long as each machine is reachable from each other and the `jumpbox`.
```bash
cat machines.txt
cat machines-example.txt
```
```text

3
machines-example.txt Normal file
View File

@ -0,0 +1,3 @@
XXX.XXX.XXX.XXX server.kubernetes.local server
XXX.XXX.XXX.XXX node-0.kubernetes.local node-0 10.200.0.0/24
XXX.XXX.XXX.XXX node-1.kubernetes.local node-1 10.200.1.0/24