Merge pull request #9 from Martially/moshui

fix typos
This commit is contained in:
Aaron.L.Xu
2016-12-23 19:35:52 +08:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -180,7 +180,7 @@ replicating.
In general, when a new Pod joins the set as a slave, it must assume the MySQL
master might already have data on it. It also must assume that the replication
logs might not go all the way back to the beginning of time.
These conservative assumptions are the key to allowing a running StatefulSet
These conservative assumptions are the key to allow a running StatefulSet
to scale up and down over time, rather than being fixed at its initial size.
The second Init Container, named `clone-mysql`, performs a clone operation on