Skip to content

Commit

Permalink
Update principles.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrant0607 authored Feb 20, 2017
1 parent af2e067 commit aba91e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contributors/design-proposals/principles.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ implementation-oriented (think control knobs).
given the desired state and the current/observed state, regardless of how many
intermediate state updates may have been missed. Edge-triggered behavior must be
just an optimization.
* There should be a CAP-like theorem regarding the tradeoffs between driving control loops via polling or events about simultaneously achieving high performance, reliability, and simplicity -- pick any 2.
* Assume an open world: continually verify assumptions and gracefully adapt to
external events and/or actors. Example: we allow users to kill pods under
control of a replication controller; it just replaces them.
Expand Down

0 comments on commit aba91e6

Please sign in to comment.