Remove examples from the main README.md
This commit is contained in:
parent
b7dee6f95c
commit
045619b2ee
14 changed files with 312 additions and 357 deletions
8
controllers/nginx/examples/daemonset/README.md
Normal file
8
controllers/nginx/examples/daemonset/README.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
In some cases could be required to run the Ingress controller in all the nodes in cluster.
|
||||
Using [DaemonSet](https://github.com/kubernetes/kubernetes/blob/master/docs/design/daemon.md) it is possible to do this.
|
||||
The file `as-daemonset.yaml` contains an example
|
||||
|
||||
```
|
||||
kubectl create -f as-daemonset.yaml
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue