Merge pull request #166 from rata/cluster-components-kubelet
Fix link to ingress controllers on githubpull/193/head
commit
aa07780ff7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue