Merge pull request #1295 from dunjut/master
fix README of nginx-ingress-controller
This commit is contained in:
commit
85e1a65009
1 changed files with 1 additions and 2 deletions
|
@ -109,10 +109,9 @@ $ ./rootfs/nginx-ingress-controller --running-in-cluster=false --default-backend
|
||||||
|
|
||||||
## Deployment
|
## Deployment
|
||||||
|
|
||||||
First create a default backend:
|
First create a default backend and it's corresponding service:
|
||||||
```
|
```
|
||||||
$ kubectl create -f examples/default-backend.yaml
|
$ kubectl create -f examples/default-backend.yaml
|
||||||
$ kubectl expose rc default-http-backend --port=80 --target-port=8080 --name=default-http-backend
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Loadbalancers are created via a ReplicationController or Daemonset:
|
Loadbalancers are created via a ReplicationController or Daemonset:
|
||||||
|
|
Loading…
Reference in a new issue