Fix 2 typos in k8s/operators.md and k8s/operators-design.md

This commit is contained in:
Anton Weiss
2019-07-28 14:21:20 +03:00
parent 9a184c6d44
commit 3a816568da
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@
- must be able to anticipate all the events that might happen
- design will be better only to the extend of what we anticipated
- design will be better only to the extent of what we anticipated
- hard to anticipate if we don't have production experience

View File

@@ -386,4 +386,4 @@ We should see at least one index being created in cerebro.
- What if we want different images or parameters for the different nodes?
*Operators can be very powerful, iff we know exactly the scenarios that they can handle.*
*Operators can be very powerful, if we know exactly the scenarios that they can handle.*