Skip to content

Commit

Permalink
Merge pull request kubernetes#1792 from aledbf/annotation-types
Browse files Browse the repository at this point in the history
Add note about annotation values
  • Loading branch information
aledbf authored Dec 3, 2017
2 parents 637c95a + abc5466 commit 5f8ab50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/user-guide/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ The following annotations are supported:
|[nginx.ingress.kubernetes.io/upstream-hash-by](#custom-nginx-upstream-hashing)|string|
|[nginx.ingress.kubernetes.io/whitelist-source-range](#whitelist-source-range)|CIDR|

**Note:** all the values must be a string. In case of booleans or number it must be quoted.

### Rewrite

In some scenarios the exposed URL in the backend service differs from the specified path in the Ingress rule. Without a rewrite any request will return 404.
Expand Down

0 comments on commit 5f8ab50

Please sign in to comment.