Merge pull request #288 from mooncak/fix_typos
Fix typos: conecepts->concepts, lauched->launched
This commit is contained in:
commit
0b0859e28e
|
@ -6,7 +6,7 @@ For more a in-depth explanation of this example, please [read this post.](https:
|
|||
|
||||
### Prerequisites
|
||||
|
||||
This example assumes that you have a basic understanding of Kubernetes conecepts (Pods, Services, Replication Controllers), a Kubernetes cluster up and running, and that you have installed the ```kubectl``` command line tool somewhere in your path. Please see the [getting started](https://kubernetes.io/docs/getting-started-guides/) for installation instructions for your platform.
|
||||
This example assumes that you have a basic understanding of Kubernetes concepts (Pods, Services, Replication Controllers), a Kubernetes cluster up and running, and that you have installed the ```kubectl``` command line tool somewhere in your path. Please see the [getting started](https://kubernetes.io/docs/getting-started-guides/) for installation instructions for your platform.
|
||||
|
||||
Note: This example was tested on [Google Container Engine](https://cloud.google.com/container-engine/docs/). Some optional commands require the [Google Cloud SDK](https://cloud.google.com/sdk/).
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ When completed, you should be able to connect with a MySQL client to the IP addr
|
|||
|
||||
### An example of creating a cluster
|
||||
|
||||
Shown below are examples of Using ```kubectl``` from within the ```./examples/storage/mysql-galera``` directory, the status of the lauched replication controllers and services can be confirmed:
|
||||
Shown below are examples of Using ```kubectl``` from within the ```./examples/storage/mysql-galera``` directory, the status of the launched replication controllers and services can be confirmed:
|
||||
|
||||
```
|
||||
$ kubectl create -f examples/storage/mysql-galera/pxc-cluster-service.yaml
|
||||
|
|
Loading…
Reference in New Issue