Skip to content

Commit

Permalink
Merge pull request #812 from garden-io/remote-ingress-update-docs
Browse files Browse the repository at this point in the history
Remote ingress update docs
  • Loading branch information
eysi09 authored Jun 10, 2019
2 parents a123637 + 95fd1a0 commit 244313d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/using-garden/remote-clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Many of the steps are not specific to Garden as such, so you may have already pe
and/or may need to follow the provided links in each section for details on how to perform the steps you have
not yet completed.

## Setup
## Setup

### Connecting to the cluster

Expand All @@ -33,7 +33,7 @@ project:
### Ingress, TLS and DNS
The cluster needs to have a configured [nginx ingress controller](https://github.com/kubernetes/ingress-nginx).
By default, Garden will not install an ingress controller for remote environments. This can be toggled by setting the [`setupIngressController` flag](../reference/providers/kubernetes#environments.providers.setupingresscontroller) to `nginx`. Alternatively, you can set up your own ingress controller, e.g. using [Traefik](https://traefik.io/), [Ambassador](https://www.getambassador.io/) or [Istio](https://istio.io/). You can find examples for [using Garden with Ambassador](https://github.com/garden-io/garden/tree/v0.9.12/examples/ambassador) and [with Istio](https://github.com/garden-io/garden/tree/v0.9.12/examples/istio) in our [examples directory](https://github.com/garden-io/garden/tree/master/examples).

You'll also need to point one or more DNS entries to your cluster, and configure a TLS certificate for the hostnames
you will expose for ingress.
Expand Down

0 comments on commit 244313d

Please sign in to comment.