Fix README wrt. building nginx-ingress-controller

This commit is contained in:
Arve Knudsen 2017-05-26 16:20:21 +02:00
parent e4c4b22c73
commit c34b78b59c

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.
```console
$ make controller
$ make build
$ 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