Add note about changing annotation prefixes
This commit is contained in:
parent
4a1cbffbec
commit
a0913dbe05
1 changed files with 5 additions and 0 deletions
|
@ -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,
|
Other types, such as boolean or numeric values must be quoted,
|
||||||
i.e. `"true"`, `"false"`, `"100"`.
|
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 |
|
|Name | type |
|
||||||
|---------------------------|------|
|
|---------------------------|------|
|
||||||
|
|
Loading…
Reference in a new issue