[nginx/README] fix unusable deployment guide
This commit is contained in:
parent
710eaffc69
commit
712a8421df
1 changed files with 1 additions and 3 deletions
|
@ -114,11 +114,9 @@ First create a default backend and it's corresponding service:
|
||||||
$ kubectl create -f examples/default-backend.yaml
|
$ 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:
|
Loadbalancers are created via a ReplicationController or Daemonset:
|
||||||
|
|
||||||
```
|
|
||||||
$ kubectl create -f examples/rc-default.yaml
|
|
||||||
```
|
|
||||||
|
|
||||||
## HTTP
|
## HTTP
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue