We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8113660 commit 8427d87Copy full SHA for 8427d87
1 file changed
docs/troubleshooting_deis/index.rst
@@ -8,6 +8,20 @@ Troubleshooting Deis
8
9
Common issues that users have run into when provisioning Deis are detailed below.
10
11
+Logging in to the cluster
12
+-------------------------
13
+
14
+Deis runs on CoreOS, so connecting is as simple as using ``ssh``.
15
16
+CoreOS's default username is ``core``. Use the SSH key you provisioned the cluster with.
17
18
+Connect to the public IP address of one of your nodes (or use "convenience" DNS records if you've set them up).
19
20
+.. code-block:: console
21
22
+ $ ssh core@deis-1.example.com -i ~/.ssh/deis.pub
23
24
25
A deis-store component fails to start
26
-------------------------------------
27
0 commit comments