Merge pull request #1450 from aledbf/fix-links

Fix links
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-09-30 14:05:52 -07:00 committed by GitHub
commit 99c85f3e7a
2 changed files with 2 additions and 1 deletions

View file

@ -40,7 +40,7 @@ Anytime we reference a tls secret, we mean (x509, pem encoded, RSA 2048, etc). Y
## Requirements
- Default backend [404-server](https://github.com/kubernetes/contrib/tree/master/404-server)
- Default backend [404-server](https://github.com/kubernetes/ingress/tree/master/images/404-server)
## Command line arguments

View file

@ -9,3 +9,4 @@ This is a non-comprehensive list of existing ingress controllers.
* [AWS Application Load Balancer Ingress Controller](https://github.com/coreos/alb-ingress-controller)
* [kube-ingress-aws-controller](https://github.com/zalando-incubator/kube-ingress-aws-controller)
* [Voyager: HAProxy Ingress Controller](https://github.com/appscode/voyager)
* [External Nginx Ingress Controller](https://github.com/unibet/ext_nginx)