Add link to example error page manifest (#8014)
Without this change it was a bit difficult to find the manifest so users might not know that there is one.
This commit is contained in:
parent
f7a5704be8
commit
3f9d443b1e
1 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,8 @@ This example demonstrates how to use a custom backend to render custom error pag
|
|||
## Customized default backend
|
||||
|
||||
First, create the custom `default-backend`. It will be used by the Ingress controller later on.
|
||||
To do that, you can take a look at the [example manifest](https://github.com/kubernetes/ingress-nginx/blob/main/docs/examples/customization/custom-errors/custom-default-backend.yaml)
|
||||
in this project's GitHub repository.
|
||||
|
||||
```
|
||||
$ kubectl create -f custom-default-backend.yaml
|
||||
|
|
Loading…
Reference in a new issue