Skip to content

Commit 54ad3f4

Browse files
authored
Merge pull request #835 from hakobera/update-quick-start-docs
Add `deis.` prefix for $hostname
2 parents 5145f12 + 8dd531e commit 54ad3f4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/quickstart/deploy-an-app.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
For the rest of this example we will refer to a special variables called `$hostname`. Please choose one of the two methods for building your `$hostname`.
44

5-
#### Option 1: Standard Installation
5+
#### Option 1: Standard Installation
66

77
For a standard installation that includes deis-router, you can calculate the hostname value using its public IP address and a wildcard DNS record.
88

9-
If your router IP is `1.1.1.1`, its `$hostname` will be `1.1.1.1.nip.io`. You can find your IP address by running:
10-
9+
If your router IP is `1.1.1.1`, its `$hostname` will be `deis.1.1.1.1.nip.io`. You can find your IP address by running:
10+
1111
```
1212
kubectl --namespace=deis describe svc deis-router
1313
```
@@ -117,7 +117,7 @@ proper-barbecue-v18-cmd-rk644 up (v18)
117117
proper-barbecue-v18-cmd-0ag04 up (v18)
118118
```
119119

120-
Congratulations! You have deployed, configured, and scaled your first application using Deis Workflow.
120+
Congratulations! You have deployed, configured, and scaled your first application using Deis Workflow.
121121

122122
## Going Further
123123
There is a lot more you can do with Deis Workflow, play around with the CLI:

0 commit comments

Comments
 (0)