Commit 334a650f authored by Geoff Simmons's avatar Geoff Simmons

Add some more details in the docs about Varnish as an Ingress.

parent 78ae6f86
...@@ -135,6 +135,8 @@ that: ...@@ -135,6 +135,8 @@ that:
URL path is evaluated according to the IngressRules, and matching URL path is evaluated according to the IngressRules, and matching
requests are assigned to the director corresponding to the matched requests are assigned to the director corresponding to the matched
Service. Service.
* An IngressSpec is rejected if it does not specify any Host header.
* TLS configuration in the IngressSpec is currently ignored.
* The director in turn chooses a backend corresponding to an Endpoint * The director in turn chooses a backend corresponding to an Endpoint
according to its load balancing algorithm (currently only round-robin). according to its load balancing algorithm (currently only round-robin).
* If the request does not match any Service according to the * If the request does not match any Service according to the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment