Skip to content

Commit

Permalink
Fix typos (#149)
Browse files Browse the repository at this point in the history
* fix for example2-single-statefullset volumeMounts configuration

* fix for example2-single-statefullset volumeMounts configuration

* Fix some typos in README
  • Loading branch information
stepan-romankov authored and paunin committed May 4, 2018
1 parent f2a9d7c commit afa69eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

* Create namespace by `kubectl create -f ./namespace/`
* Create configs: `kubectl create -f ./configs/`
* Create services `kubectl create -f ./volumes/`
* Create volumes `kubectl create -f ./volumes/`
* Create services `kubectl create -f ./services/`
* Create tnodes `kubectl create -f ./nodes/`
* Create nodes `kubectl create -f ./nodes/`
* Create pgpool `kubectl create -f ./pgpool/`
* See containers are running `kubectl get pod --namespace=mysystem` (give it some time to warm up the cluster after all containers are running)
* Test by commands and see status of the cluster
Expand Down

0 comments on commit afa69eb

Please sign in to comment.