summaryrefslogtreecommitdiff
path: root/contributors
diff options
context:
space:
mode:
authorJames Bowes <jbowes@repl.ca>2018-01-25 14:33:20 -0400
committerJames Bowes <jbowes@repl.ca>2018-01-25 14:37:11 -0400
commitcba82bfddff11939d4d4cffb4bf357c8008a88fc (patch)
tree5336345f7b562b1338abcbf14ce08762265c831c /contributors
parente5aeecb27cd2475007b4e81960604f26cd35cd48 (diff)
Add another reference on level-based concepts to architecture.md
Diffstat (limited to 'contributors')
-rw-r--r--contributors/design-proposals/architecture/architecture.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/architecture/architecture.md b/contributors/design-proposals/architecture/architecture.md
index 8387c886..0dc4ec40 100644
--- a/contributors/design-proposals/architecture/architecture.md
+++ b/contributors/design-proposals/architecture/architecture.md
@@ -110,7 +110,7 @@ including default values, and observed state (status).
Controllers work continuously to drive the actual state towards the desired state, while reporting back the currently observed state for users and for other controllers.
-While the controllers are [level-based](http://gengnosis.blogspot.com/2007/01/level-triggered-and-edge-triggered.html)
+While the controllers are level-based (as described [here](http://gengnosis.blogspot.com/2007/01/level-triggered-and-edge-triggered.html) and [here](https://hackernoon.com/level-triggering-and-reconciliation-in-kubernetes-1f17fe30333d))
to maximize fault
tolerance, they typically `watch` for changes to relevant resources in order to minimize reaction
latency and redundant work. This enables decentralized and decoupled