add nginx daemonst example

This commit is contained in:
chentao1596 2017-02-23 10:16:01 +08:00
parent 4954f03ab7
commit 8e41c4c721
2 changed files with 1 additions and 1 deletions

View file

@ -7,7 +7,7 @@ In some cases, the Ingress controller will be required to be run at all the node
The default backend is a service of handling all url paths and hosts the nginx controller doesn't understand. Deploy the default-http-backend as follow:
```console
$ kubectl apply -f ../deployment/nginx/default-backend.yaml
$ kubectl apply -f ../../deployment/nginx/default-backend.yaml
deployment "default-http-backend" configured
service "default-http-backend" configured