Skip to content

Commit 8427d87

Browse files
rjocolemanmboersma
authored andcommitted
docs(managing_deis): provide login instructions
Add a page to the docs to explictly define how to connect to a cluster.
1 parent 8113660 commit 8427d87

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/troubleshooting_deis/index.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ Troubleshooting Deis
88

99
Common issues that users have run into when provisioning Deis are detailed below.
1010

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+
1125
A deis-store component fails to start
1226
-------------------------------------
1327

0 commit comments

Comments
 (0)