Skip to content

Commit

Permalink
Merge pull request #1173 from Lion-Wei/patch-5
Browse files Browse the repository at this point in the history
Update admin.md
  • Loading branch information
aledbf authored Aug 18, 2017
2 parents 5a317d1 + 736d2a4 commit f42c818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/admin.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ingress admin guide
# Ingress Admin Guide

This is a guide to the different deployment styles of an Ingress controller.

Expand All @@ -8,7 +8,7 @@ __GCP__: On GCE/GKE, the Ingress controller runs on the
master. If you wish to stop this controller and run another instance on your
nodes instead, you can do so by following this [example](/examples/deployment/gce).

__generic__: You can deploy a generic (nginx or haproxy) Ingress controller by simply
__Generic__: You can deploy a generic (nginx or haproxy) Ingress controller by simply
running it as a pod in your cluster, as shown in the [examples](/examples/deployment).
Please note that you must specify the `ingress.class`
[annotation](/examples/PREREQUISITES.md#ingress-class) if you're running on a
Expand Down

0 comments on commit f42c818

Please sign in to comment.