Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Klein <[email protected]>
  • Loading branch information
mattklein123 committed Mar 14, 2018
1 parent 813fd09 commit 93a7dcc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/root/intro/arch_overview/cluster_manager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,12 @@ that clusters do not become available until the following operations have taken

The previous items ensure that Envoy has an accurate view of a cluster before it begins using it
for traffic serving.

When discussing cluster warming, the cluster "becoming available" means:

* For newly added clusters, the cluster will not appear to exist to the rest of Envoy until it has
been warmed. I.e., HTTP routes that reference the cluster will result in either a 404 or 503
(depending on configuration).
* For updated clusters, the old cluster will continue to exist and serve traffic. When the new
cluster has been warmed, it will be atomically swapped with the old cluster such that no
traffic interruptions take place.

0 comments on commit 93a7dcc

Please sign in to comment.