You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/quickstart/deploy-an-app.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
3
3
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`.
4
4
5
-
#### Option 1: Standard Installation
5
+
#### Option 1: Standard Installation
6
6
7
7
For a standard installation that includes deis-router, you can calculate the hostname value using its public IP address and a wildcard DNS record.
8
8
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
+
11
11
```
12
12
kubectl --namespace=deis describe svc deis-router
13
13
```
@@ -117,7 +117,7 @@ proper-barbecue-v18-cmd-rk644 up (v18)
117
117
proper-barbecue-v18-cmd-0ag04 up (v18)
118
118
```
119
119
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.
121
121
122
122
## Going Further
123
123
There is a lot more you can do with Deis Workflow, play around with the CLI:
0 commit comments