fix broken links

The GCE ingress controller was moved to github.com/kubernetes/ingress-gce.
This commit is contained in:
mrfly 2017-11-20 16:41:29 +08:00 committed by GitHub
parent 3a991bd962
commit bdcaed1f20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ Service endpoints are found primarily via [DNS](https://kubernetes.io/docs/conce
A number of components, called [*add-ons*](https://github.com/kubernetes/kubernetes/tree/master/cluster/addons) typically run on Kubernetes
itself:
* [DNS](https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/dns)
* [Ingress controller](https://github.com/kubernetes/ingress-nginx/tree/master/pkg/ingress/controller)
* [Ingress controller](https://github.com/kubernetes/ingress-gce)
* [Heapster](https://github.com/kubernetes/heapster/) (resource monitoring)
* [Dashboard](https://github.com/kubernetes/dashboard/) (GUI)