From 4b85ef9c9c7eedab8ae31502a5630ef06d1bfe81 Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Thu, 3 May 2018 12:23:59 +0300 Subject: [PATCH] Add note about changing annotation prefixes --- docs/user-guide/nginx-configuration/annotations.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/user-guide/nginx-configuration/annotations.md b/docs/user-guide/nginx-configuration/annotations.md index 4e776ccd7..3cfd35d46 100644 --- a/docs/user-guide/nginx-configuration/annotations.md +++ b/docs/user-guide/nginx-configuration/annotations.md @@ -7,6 +7,11 @@ You can add these Kubernetes annotations to specific Ingress objects to customiz Other types, such as boolean or numeric values must be quoted, i.e. `"true"`, `"false"`, `"100"`. +!!! note + The annotation prefix can be changed using the + [`--annotations-prefix` command line argument](../cli-arguments.md), + but the default is `nginx.ingress.kubernetes.io`, as described in the + table below. |Name | type | |---------------------------|------|