File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ in this directory with site specific information.
6
6
Table of Contents
7
7
=================
8
8
9
- * [ How is Ingress different from Services?] ( #how-is-ingress-different-from-services )
9
+ * [ How is Ingress different from a Services?] ( #how-is-ingress-different-from-a-service )
10
10
* [ I created an Ingress and nothing happens, what now?] ( #i-created-an-ingress-and-nothing-happens-what-now )
11
11
* [ How do I deploy an Ingress controller?] ( #how-do-i-deploy-an-ingress-controller )
12
12
* [ Are Ingress controllers namespaced?] ( #are-ingress-controllers-namespaced )
@@ -32,7 +32,7 @@ or directly to the Service's endpoints.
32
32
33
33
Run ` describe ` on the Ingress. If you see create/add events, you have an Ingress
34
34
controller running in the cluster, otherwise, you either need to deploy or
35
- restart your Ingress controller. If the events associaged with an Ingress are
35
+ restart your Ingress controller. If the events associated with an Ingress are
36
36
insufficient to debug, consult the controller specific FAQ.
37
37
38
38
## How do I deploy an Ingress controller?
You can’t perform that action at this time.
0 commit comments