From e8f35d0d4ca8c268fe81d915093e454107ed6d1d Mon Sep 17 00:00:00 2001 From: Nemo Date: Sat, 20 Jun 2020 16:47:02 +0200 Subject: [PATCH] Minor update --- docs/03-compute-resources.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/03-compute-resources.md b/docs/03-compute-resources.md index 6f4c4fb..db5141d 100644 --- a/docs/03-compute-resources.md +++ b/docs/03-compute-resources.md @@ -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.