Merge pull request #34804 from YuPengZTE/devTypos

Automatic merge from submit-queue

Clean up typos in links in README

**What this PR does / why we need it**:
Clean up the link in README for mysql-wordpress-pd and nfs

Signed-off-by: YuPengZTE <yu.peng36@zte.com.cn>
pull/6/head
Kubernetes Submit Queue 2016-10-18 19:10:50 -07:00 committed by GitHub
commit 2832efabd7
2 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ Demonstrated Kubernetes Concepts:
* [Secrets](http://kubernetes.io/docs/user-guide/secrets/) to store sensitive * [Secrets](http://kubernetes.io/docs/user-guide/secrets/) to store sensitive
passwords. passwords.
## tl;dr Quickstart ## Quickstart
Put your desired mysql password in a file called `password.txt` with Put your desired mysql password in a file called `password.txt` with
no trailing newline. The first `tr` command will remove the newline if no trailing newline. The first `tr` command will remove the newline if
@ -76,7 +76,7 @@ kubectl create -f https://raw.githubusercontent.com/kubernetes/kubernetes/master
<!-- BEGIN MUNGE: GENERATED_TOC --> <!-- BEGIN MUNGE: GENERATED_TOC -->
- [Persistent Installation of MySQL and WordPress on Kubernetes](#persistent-installation-of-mysql-and-wordpress-on-kubernetes) - [Persistent Installation of MySQL and WordPress on Kubernetes](#persistent-installation-of-mysql-and-wordpress-on-kubernetes)
- [tl;dr Quickstart](#tldr-quickstart) - [Quickstart](#quickstart)
- [Table of Contents](#table-of-contents) - [Table of Contents](#table-of-contents)
- [Cluster Requirements](#cluster-requirements) - [Cluster Requirements](#cluster-requirements)
- [Decide where you will store your data](#decide-where-you-will-store-your-data) - [Decide where you will store your data](#decide-where-you-will-store-your-data)

View File

@ -55,7 +55,7 @@ Note, this example uses an NFS container that doesn't support NFSv4.
[nfs pv example]: nfs-pv.png [nfs pv example]: nfs-pv.png
## tl;dr Quickstart ## Quickstart
```console ```console
$ kubectl create -f examples/volumes/nfs/provisioner/nfs-server-gce-pv.yaml $ kubectl create -f examples/volumes/nfs/provisioner/nfs-server-gce-pv.yaml