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/installing-workflow/experimental-native-ingress.md
+20-9Lines changed: 20 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Now that Workflow has been deployed with the `global.experimental_native_ingress
50
50
Here is an example of how to use [traefik](https://traefik.io/) as an ingress controller for Workflow. Of course, you are welcome to use any controller you wish.
@@ -60,22 +60,33 @@ The experimental ingress feature requires a user to set up a hostname, and assum
60
60
We need to point the `*.$host` record to the public IP address of your ingress controller. You can get the public IP using the following command. A wildcard entry is necessary here as apps will use the same rule after they are deployed.
61
61
62
62
```
63
-
$ kubectl get svc deis-ingress-001 --namespace kube-system
Once all of the pods are in the `READY` state, and `deis.$host` resolves to the external IP found above Workflow is up an running!
83
+
Once all of the pods are in the `READY` state, and `deis.$host` resolves to the external IP found above, Workflow is up and running!
76
84
77
85
After installing Workflow, [register a user and deploy an application](../quickstart/deploy-an-app.md).
78
86
79
87
##### Feedback
80
88
81
89
While this feature is experimental we welcome feedback on the issue. We would like to learn more about use cases, and user experience. Please [open a new issue](https://github.com/deis/workflow/issues/new) for feedback.
0 commit comments