Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdone authored Jan 2, 2018
1 parent 6e5b4b5 commit 7545ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The running mongos routers will be accessible to any "app tier" containers, that
### 1.3 Test Sharding Your Own Collection
To test that the sharded cluster is working properly, connect to the container running the first "mongos" router, then use the Mongo Shell to authenticate, enable sharding on a specific collection, ad d some test data to this collection and then view the status of the Sharded cluster and collection:
To test that the sharded cluster is working properly, connect to the container running the first "mongos" router, then use the Mongo Shell to authenticate, enable sharding on a specific collection, add some test data to this collection and then view the status of the Sharded cluster and collection:
$ kubectl exec -it mongos-router-0 -c mongos-container bash
$ mongo
Expand Down

0 comments on commit 7545ccb

Please sign in to comment.