Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
docs(managing_deis): provide login instructions
Browse files Browse the repository at this point in the history
Add a page to the docs to explictly define how to connect to a
cluster.
  • Loading branch information
rjocoleman authored and mboersma committed Dec 4, 2014
1 parent 8113660 commit 8427d87
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/troubleshooting_deis/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ Troubleshooting Deis

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

Logging in to the cluster
-------------------------

Deis runs on CoreOS, so connecting is as simple as using ``ssh``.

CoreOS's default username is ``core``. Use the SSH key you provisioned the cluster with.

Connect to the public IP address of one of your nodes (or use "convenience" DNS records if you've set them up).

.. code-block:: console
$ ssh core@deis-1.example.com -i ~/.ssh/deis.pub
A deis-store component fails to start
-------------------------------------

Expand Down

0 comments on commit 8427d87

Please sign in to comment.