Skip to content

Commit 6f2639a

Browse files
fix(quickstart): specify how to get hostname (#469)
1 parent 9f0e5e2 commit 6f2639a

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/quickstart/deploy-an-app.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22

33
The first user to register against Deis Workflow will automatically be given administrative privileges.
44

5+
If you installed Deis on GKE or AWS, Deis automatically creates a load balancer for the cluster. To get the IP of this load balancer, run `kubectl --namespace=deis describe svc deis-router`.
56

6-
Using the DNS hostname from the previous step, let's create our admin user:
7+
If you do not have an load balancer IP, the router automatically forwards traffic from a kuberentes node to the router. In this case, use the IP of a kuberentes node and the node
8+
port that routes to port 80 on the controller.
9+
10+
Deis requires a wildcard DNS record to dynamically map app names to the router. Instead of setting up DNS records, this example will use `nip.io`. If your router IP is `1.1.1.1`, its url will be `1.1.1.1.nip.io`. The URL of the controller component will be `deis.1.1.1.1.nip.io`.
11+
12+
Use the controller url to register a user in the cluster.
713

814
```
915
$ deis register http://deis.104.197.125.75.nip.io

0 commit comments

Comments
 (0)