mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 17:28:58 +03:00
Minor update
This commit is contained in:
@@ -69,13 +69,13 @@ ip a
|
|||||||
valid_lft forever preferred_lft forever
|
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
|
```bash
|
||||||
for i in 0 1 2; do ping -c1 controller-$i; ping -c1 worker-$i; done
|
for i in 0 1 2; do ping -c1 controller-$i; ping -c1 worker-$i; done
|
||||||
```
|
```
|
||||||
|
|
||||||
> Output (example with controller-0)
|
> Output:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
PING controller-0 (192.168.8.10) 56(84) bytes of data.
|
PING controller-0 (192.168.8.10) 56(84) bytes of data.
|
||||||
|
|||||||
Reference in New Issue
Block a user