Skip to content

Commit 08602f1

Browse files
committed
docs(troubleshooting_deis): document debug-etcd service
1 parent 331e4b4 commit 08602f1

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/troubleshooting_deis/index.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ Connect to the public IP address of one of your nodes (or use "convenience" DNS
2222
$ ssh core@deis-1.example.com -i ~/.ssh/deis.pub
2323
2424
25+
Troubleshooting etcd
26+
--------------------
27+
28+
Sometimes issues with Deis are caused by latency between CoreOS hosts. A telltale sign of this is
29+
if all of the Deis components on a single machine crash. To aid in debugging etcd, we've created
30+
a system service that is installed but not started when you deploy CoreOS using our provision scripts.
31+
32+
To start this service, run ``sudo systemctl start debug-etcd`` on a CoreOS machine in your cluster.
33+
This starts a service which queries etcd's state once per second. Watching this output with
34+
``journalctl -fu debug-etcd`` makes it easy to spot heartbeat timeouts or other abnormalities
35+
which will lead to issues running Deis successfully.
36+
2537
A deis-store component fails to start
2638
-------------------------------------
2739

0 commit comments

Comments
 (0)