add nginx daemonst example
This commit is contained in:
parent
4954f03ab7
commit
8e41c4c721
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
Loading…
Reference in a new issue