From b7a8b7c59a0761335016ba64053992b4294b08cc Mon Sep 17 00:00:00 2001 From: Rodrigo Campos Date: Thu, 17 Mar 2016 16:35:40 -0300 Subject: [PATCH] Fix link to ingress controllers on github The capital "I" is wrong and it returns a 404. Also, it should point to /controllers. --- docs/user-guide/ingress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/ingress.md b/docs/user-guide/ingress.md index c8cb42b5bc..221f659d8b 100644 --- a/docs/user-guide/ingress.md +++ b/docs/user-guide/ingress.md @@ -79,7 +79,7 @@ __Global Parameters__: For the sake of simplicity the example Ingress has no glo ## Ingress controllers -In order for the Ingress resource to work, the cluster must have an Ingress controller running. This is unlike other types of controllers, which typically run as part of the `kube-controller-manager` binary, and which are typically started automatically as part of cluster creation. You need to choose the ingress controller implementation that is the best fit for your cluster, or implement one. Examples and instructions can be found [here](https://github.com/kubernetes/contrib/tree/master/Ingress). +In order for the Ingress resource to work, the cluster must have an Ingress controller running. This is unlike other types of controllers, which typically run as part of the `kube-controller-manager` binary, and which are typically started automatically as part of cluster creation. You need to choose the ingress controller implementation that is the best fit for your cluster, or implement one. Examples and instructions can be found [here](https://github.com/kubernetes/contrib/tree/master/ingress/controllers). ## Types of Ingress