Skip to content

Commit e20215b

Browse files
krisnovamboersma
authored andcommitted
fix(ingress): Documentation touch ups
Fixing extraneous new lines, and wordsmithing. Non breaking change
1 parent dcac309 commit e20215b

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

src/installing-workflow/experimental-native-ingress.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ Now that Helm is installed and the repository has been added, install Workflow w
88
$ helm install deis/workflow --namespace deis --set global.experimental_native_ingress=true,controller.platform_domain=deis.com
99
```
1010

11-
Where `controller.platform_domain` is a **required** parameter that is traditionally not required for Workflow. In this example we are using `deis.com` for `$hostname`.
12-
13-
11+
Where `controller.platform_domain` is a **required** parameter that is traditionally not required for Workflow that is explained in the next section. In this example we are using `deis.com` for `$hostname`.
1412

1513
Helm will install a variety of Kubernetes resources in the `deis` namespace.
1614
Wait for the pods that Helm launched to be ready. Monitor their status by running:
@@ -25,12 +23,11 @@ You should also notice that several Kubernetes ingresses has been installed on y
2523
$ kubectl get ingress --namespace deis
2624
```
2725

28-
2926
Depending on the order in which the Workflow components initialize, some pods may restart. This is common during the
3027
installation: if a component's dependencies are not yet available, that component will exit and Kubernetes will
3128
automatically restart it.
3229

33-
Here, it can be seen that the controller, builder and registry all took a few loops before they were able to start:
30+
Here, it can be seen that the controller, builder and registry all took a few loops waiting for minio before they were able to start:
3431

3532
```
3633
$ kubectl --namespace=deis get pods

src/installing-workflow/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ More rigorous installations would benefit from using outside sources for the fol
3636
#### (Experimental) Kubernetes Native Ingress
3737

3838
Workflow now offers [experimental native ingress](experimental-native-ingress.md) to take advantage of native Kubernetes routing. Any compatible Kubernetes ingress controller can be used in place of Workflow's nginx-based deis-router. Follow [this guide](experimental-native-ingress.md) to enable experimental native ingress.
39+
3940
## Add the Deis Chart Repository
4041

4142
The Deis Chart Repository contains everything needed to install Deis Workflow onto a Kubernetes cluster, with a single `helm install deis/workflow --namespace deis` command.

0 commit comments

Comments
 (0)