mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-14 16:58:58 +03:00
Added small tip on how to see if etcd started correctly
This commit is contained in:
@@ -109,6 +109,9 @@ sudo systemctl start etcd
|
|||||||
|
|
||||||
> Remember to run the above commands on each controller node: `controller-0`, `controller-1`, and `controller-2`.
|
> Remember to run the above commands on each controller node: `controller-0`, `controller-1`, and `controller-2`.
|
||||||
|
|
||||||
|
> To see if etcd started correctly use the command `sudo journalctl -f -u etcd.service`
|
||||||
|
|
||||||
|
|
||||||
## Verification
|
## Verification
|
||||||
|
|
||||||
List the etcd cluster members:
|
List the etcd cluster members:
|
||||||
|
|||||||
Reference in New Issue
Block a user