From b14bba7c6a440eb747f852e9f7ebf9753b02d10d Mon Sep 17 00:00:00 2001 From: mooncake Date: Sat, 10 Nov 2018 20:41:04 +0800 Subject: [PATCH] Fix typos: conecepts->concepts, lauched->launched Signed-off-by: mooncake --- staging/nodesjs-mongodb/README.md | 2 +- staging/storage/mysql-galera/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/staging/nodesjs-mongodb/README.md b/staging/nodesjs-mongodb/README.md index ac5646667..38f290609 100644 --- a/staging/nodesjs-mongodb/README.md +++ b/staging/nodesjs-mongodb/README.md @@ -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/). diff --git a/staging/storage/mysql-galera/README.md b/staging/storage/mysql-galera/README.md index ffff19f7c..f4280344c 100644 --- a/staging/storage/mysql-galera/README.md +++ b/staging/storage/mysql-galera/README.md @@ -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