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:
Jennifer Kirsch 2021-12-06 21:01:33 +01:00 committed by GitHub
parent f7a5704be8
commit 3f9d443b1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,9 @@ 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.
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