mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 01:08: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`.
|
||||
|
||||
> To see if etcd started correctly use the command `sudo journalctl -f -u etcd.service`
|
||||
|
||||
|
||||
## Verification
|
||||
|
||||
List the etcd cluster members:
|
||||
|
||||
Reference in New Issue
Block a user