From 03e0ddb34f3e4b8d5a1e75d3c8b5aad2a2921a38 Mon Sep 17 00:00:00 2001 From: Enzo Rivello Date: Fri, 9 Feb 2018 11:16:03 +0000 Subject: [PATCH] Added small tip on how to see if etcd started correctly --- docs/07-bootstrapping-etcd.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/07-bootstrapping-etcd.md b/docs/07-bootstrapping-etcd.md index 93ad388..8d254e2 100644 --- a/docs/07-bootstrapping-etcd.md +++ b/docs/07-bootstrapping-etcd.md @@ -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: