Clarified step on lab 03 machines database
parent
52eb26dad1
commit
78bac91a9c
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue