Minor update

pull/582/head
Nemo 2020-06-20 16:47:02 +02:00
parent ec60dafd68
commit e8f35d0d4c
1 changed files with 2 additions and 2 deletions

View File

@ -69,13 +69,13 @@ ip a
valid_lft forever preferred_lft forever
```
From the gateway-01 VM, try to ping all controllers and workers VM:
From the `gateway-01` VM, try to ping all controllers and workers VM:
```bash
for i in 0 1 2; do ping -c1 controller-$i; ping -c1 worker-$i; done
```
> Output (example with controller-0)
> Output:
```bash
PING controller-0 (192.168.8.10) 56(84) bytes of data.