Skip to content

Commit

Permalink
Merge pull request #3477 from Shopify/clarify-canary-ingress
Browse files Browse the repository at this point in the history
clarify canary ingress
  • Loading branch information
k8s-ci-robot authored Nov 28, 2018
2 parents 0b2c1b3 + 13e7e6a commit af714ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/user-guide/nginx-configuration/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ In some cases, you may want to "canary" a new set of changes by sending a small
Canary rules are evaluated in order of precedence. Precedence is as follows:
`canary-by-header -> canary-by-cookie -> canary-weight`

**Note** that when you mark an ingress as canary, then all the other non-canary annotations will be ignored (inherited from the corresponding main ingress) except `nginx.ingress.kubernetes.io/load-balance` and `nginx.ingress.kubernetes.io/upstream-hash-by`.

**Known Limitations**

Currently a maximum of one canary ingress can be applied per Ingress rule.
Expand Down

0 comments on commit af714ac

Please sign in to comment.