Added small tip on how to see if etcd started correctly
parent
4f5cecb5ed
commit
03e0ddb34f
|
@ -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`.
|
||||
|
||||
> To see if etcd started correctly use the command `sudo journalctl -f -u etcd.service`
|
||||
|
||||
|
||||
## Verification
|
||||
|
||||
List the etcd cluster members:
|
||||
|
|
Loading…
Reference in New Issue