Merge pull request #773 from aknuds1/fix-readme

Fix README WRT. building nginx-ingress-controller
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-05-27 08:06:33 -04:00 committed by GitHub
commit 865cc78df3

View file

@ -46,9 +46,9 @@ Anytime we reference a tls secret, we mean (x509, pem encoded, RSA 2048, etc). Y
Before deploying the controller to production you might want to run it outside the cluster and observe it. Before deploying the controller to production you might want to run it outside the cluster and observe it.
```console ```console
$ make controller $ make build
$ mkdir /etc/nginx-ssl $ mkdir /etc/nginx-ssl
$ ./nginx-ingress-controller --running-in-cluster=false --default-backend-service=kube-system/default-http-backend $ ./rootfs/nginx-ingress-controller --running-in-cluster=false --default-backend-service=kube-system/default-http-backend
``` ```
## Deployment ## Deployment