ingress-nginx-helm/docs
Conor Landry 412cd70d3a implement canary annotation and alternative backends
Adds the ability to create alternative backends. Alternative backends enable
traffic shaping by sharing a single location but routing to different
backends depending on the TrafficShapingPolicy defined by AlternativeBackends.

When the list of upstreams and servers are retrieved, we then call
mergeAlternativeBackends which iterates through the paths of every ingress
and checks if the backend supporting the path is a AlternativeBackend. If
so, we then iterate through the map of servers and find the real backend
that the AlternativeBackend should fall under. Once found, the
AlternativeBackend is embedded in the list of VirtualBackends for the real
backend.

If no matching real backend for a AlternativeBackend is found, then the
AlternativeBackend is deleted as it cannot be backed by any server.
2018-11-06 13:13:14 -05:00
..
deploy Fix links in deploy index docs 2018-10-29 14:07:54 +01:00
examples Delete some extra words 2018-10-29 02:48:56 -04:00
images docs: Add MetalLB and externalIPs to bare-metal deployment page 2018-09-12 12:21:39 +02:00
user-guide implement canary annotation and alternative backends 2018-11-06 13:13:14 -05:00
development.md Add Getting the Code section to Quick Start 2018-05-01 13:13:22 -04:00
extra.css Adjust size of tables and only adjust the first column on mobile 2018-04-30 20:03:39 +02:00
how-it-works.md Very minor grammar fix 2018-08-06 11:19:31 -04:00
index.md Move deployment documentation under docs/deploy/ 2018-04-26 13:57:18 +03:00
troubleshooting.md Fix documentation search 2018-08-30 14:59:50 -03:00