Skip to content

Commit

Permalink
Merge pull request #1295 from dunjut/master
Browse files Browse the repository at this point in the history
fix README of nginx-ingress-controller
  • Loading branch information
aledbf authored Sep 4, 2017
2 parents 1bcfb15 + 710eaff commit 85e1a65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions controllers/nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,9 @@ $ ./rootfs/nginx-ingress-controller --running-in-cluster=false --default-backend

## Deployment

First create a default backend:
First create a default backend and it's corresponding service:
```
$ 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:
Expand Down

0 comments on commit 85e1a65

Please sign in to comment.