Fix README wrt. building nginx-ingress-controller

This commit is contained in:
Arve Knudsen 2017-05-26 16:20:21 +02:00
parent 5d8e8866e7
commit d6da0bb56c

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