Skip to content

Commit

Permalink
Merge pull request #1299 from dunjut/master
Browse files Browse the repository at this point in the history
fix two doc issues in nginx/README
  • Loading branch information
aledbf committed Sep 5, 2017
2 parents 85e1a65 + f694673 commit 7434c50
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions controllers/nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,9 @@ First create a default backend and it's corresponding service:
$ kubectl create -f examples/default-backend.yaml
```

Follow the [example-deployment](../../examples/deployment/nginx/README.md) steps to deploy nginx-ingress-controller in Kubernetes cluster (you may prefer other type of workloads, like Daemonset, in production environment).
Loadbalancers are created via a ReplicationController or Daemonset:

```
$ kubectl create -f examples/rc-default.yaml
```

## HTTP

Expand Down Expand Up @@ -193,7 +191,7 @@ spec:
serviceName: s1
servicePort: 80
```
Please follow [test.sh](https://github.com/bprashanth/Ingress/blob/master/examples/sni/nginx/test.sh) as a guide on how to generate secrets containing SSL certificates. The name of the secret can be different than the name of the certificate.
Please follow [PREREQUISITES](../../examples/PREREQUISITES.md) as a guide on how to generate secrets containing SSL certificates. The name of the secret can be different than the name of the certificate.

Check the [example](../../examples/tls-termination/nginx)

Expand Down

0 comments on commit 7434c50

Please sign in to comment.