Skip to content

Commit 8b49d81

Browse files
author
Gabriel Monroy
committed
Merge pull request #2003 from carmstrong/remove_xip_io
docs(installing_deis): remove xip.io instructions for ELB
2 parents d7e6740 + ded85ec commit 8b49d81

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

docs/installing_deis/configure-dns.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,14 @@ This record is necessary for all deployments of Deis (EC2, Rackspace, DigitalOce
2828

2929
Using xip.io
3030
------------
31-
An alternative to configuring your own DNS records is to use `xip`_. For example, for EC2:
31+
An alternative to configuring your own DNS records is to use `xip`_ to reference the IP of your load balancer. For example:
3232

3333
.. code-block:: console
3434
35-
$ deis register http://deis.deis-DeisWebELB-8N30OETT0HOK-2005743466.us-west-2.elb.amazonaws.com.xip.io
35+
$ deis register http://deis.10.21.12.2.xip.io
36+
37+
You would then create the cluster with ``10.21.12.2.xip.io`` as the cluster domain.
38+
39+
Note that xip does not seem to work for EC2 ELBs - you will have to use an actual DNS record.
3640

3741
.. _`xip`: http://xip.io/

0 commit comments

Comments
 (0)