Merge pull request #12441 from vlajos/typofixes-vlajos-20150807
typofix - https://github.com/vlajos/misspell_fixer
This commit is contained in:
commit
2d26f0ba88
|
@ -506,7 +506,7 @@ tombstone_failure_threshold: 100000
|
|||
# Increase if your rows are large, or if you have a very large
|
||||
# number of rows per partition. The competing goals are these:
|
||||
# 1) a smaller granularity means more index entries are generated
|
||||
# and looking up rows withing the partition by collation column
|
||||
# and looking up rows within the partition by collation column
|
||||
# is faster
|
||||
# 2) but, Cassandra will keep the collation index in memory for hot
|
||||
# rows (as part of the key cache), so a larger granularity means
|
||||
|
|
|
@ -90,7 +90,7 @@ function write_api_server_config {
|
|||
mkdir -p -m 777 /srv/kubernetes/
|
||||
|
||||
### We will move files back and forth between the /srv/kube.. directory.
|
||||
### That is how we modulate leader. Each node will continously either
|
||||
### That is how we modulate leader. Each node will continuously either
|
||||
### ensure that the manifests are in this dir, or else, are in the kubelet manifest dir.
|
||||
cp /vagrant/kube-scheduler.manifest /vagrant/kube-controller-manager.manifest /srv/kubernetes
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ go get
|
|||
go run PetStoreBook.go
|
||||
```
|
||||
|
||||
Once the app works the way you want it to, test it in the vagrant recipe below. This will gaurantee that you're local environment isn't doing something that breaks the containers at the versioning level.
|
||||
Once the app works the way you want it to, test it in the vagrant recipe below. This will guarantee that you're local environment isn't doing something that breaks the containers at the versioning level.
|
||||
|
||||
### Testing
|
||||
|
||||
|
|
Loading…
Reference in New Issue