From e8f3c16178eeac5f47cd1d40c71bddb7ffae74bc Mon Sep 17 00:00:00 2001 From: Lion-Wei Date: Mon, 21 Aug 2017 10:51:18 +0800 Subject: [PATCH] Update README.md --- docs/faq/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/faq/README.md b/docs/faq/README.md index 9d0e524c9..f9d5d1e4b 100644 --- a/docs/faq/README.md +++ b/docs/faq/README.md @@ -6,7 +6,7 @@ in this directory with site specific information. Table of Contents ================= -* [How is Ingress different from a Services?](#how-is-ingress-different-from-a-service) +* [How is Ingress different from a Service?](#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) @@ -46,7 +46,7 @@ controller by following [this](/examples/deployment) example. Ingress is namespaced, this means 2 Ingress objects can have the same name in 2 namespaces, and must only point to Services in its own namespace. An admin can deploy an Ingress controller such that it only satisfies Ingress from a given -namespace, but by default, controllers will watch the entire kubernetes cluster +namespace, but by default, controllers will watch the entire Kubernetes cluster for unsatisfied Ingress. ## How do I disable an Ingress controller? @@ -97,7 +97,7 @@ Yes, a non-comprehensive [catalog](/docs/catalog.md) exists. ## How are the Ingress controllers tested? Testing for the Ingress controllers is divided between: -* Ingress repo: unittests and pre-submit integration tests run via travis +* Ingress repo: unit tests and pre-submit integration tests run via travis * Kubernetes repo: [pre-submit e2e](https://k8s-testgrid.appspot.com/google-gce#gce&include-filter-by-regex=Loadbalancing), [post-merge e2e](https://k8s-testgrid.appspot.com/google-gce#gci-gce-ingress), [per release-branch e2e](https://k8s-testgrid.appspot.com/google-gce#gci-gce-ingress-1.5)