From 3f9d443b1e9423e3b182fb81f3b9b9c5328bbbd3 Mon Sep 17 00:00:00 2001 From: Jennifer Kirsch <7807969+DysphoricUnicorn@users.noreply.github.com> Date: Mon, 6 Dec 2021 21:01:33 +0100 Subject: [PATCH] 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. --- docs/examples/customization/custom-errors/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/examples/customization/custom-errors/README.md b/docs/examples/customization/custom-errors/README.md index 3a925bed7..00b999859 100644 --- a/docs/examples/customization/custom-errors/README.md +++ b/docs/examples/customization/custom-errors/README.md @@ -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