Remove examples from the main README.md

This commit is contained in:
Manuel de Brito Fontes 2016-03-28 15:06:33 -03:00
parent b7dee6f95c
commit 045619b2ee
14 changed files with 312 additions and 357 deletions

View 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
```