File tree Expand file tree Collapse file tree
docs/troubleshooting_deis Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
2537A deis-store component fails to start
2638-------------------------------------
2739
You can’t perform that action at this time.
0 commit comments