Skip to content

Commit

Permalink
Merge pull request #1160 from mbssaiakhil/patch-12
Browse files Browse the repository at this point in the history
Fix a broken href and typo in Ingress FAQ
  • Loading branch information
aledbf committed Aug 16, 2017
2 parents 8332f73 + 80da3a7 commit edb1c69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/faq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ in this directory with site specific information.
Table of Contents
=================

* [How is Ingress different from Services?](#how-is-ingress-different-from-services)
* [How is Ingress different from a Services?](#how-is-ingress-different-from-a-service)
* [I created an Ingress and nothing happens, what now?](#i-created-an-ingress-and-nothing-happens-what-now)
* [How do I deploy an Ingress controller?](#how-do-i-deploy-an-ingress-controller)
* [Are Ingress controllers namespaced?](#are-ingress-controllers-namespaced)
Expand All @@ -32,7 +32,7 @@ or directly to the Service's endpoints.

Run `describe` on the Ingress. If you see create/add events, you have an Ingress
controller running in the cluster, otherwise, you either need to deploy or
restart your Ingress controller. If the events associaged with an Ingress are
restart your Ingress controller. If the events associated with an Ingress are
insufficient to debug, consult the controller specific FAQ.

## How do I deploy an Ingress controller?
Expand Down

0 comments on commit edb1c69

Please sign in to comment.