Commit 2832efab authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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: 's avatarYuPengZTE <yu.peng36@zte.com.cn>
parents c1b342b1 20d741e5
...@@ -55,7 +55,7 @@ Demonstrated Kubernetes Concepts: ...@@ -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 ...@@ -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)
......
...@@ -55,7 +55,7 @@ Note, this example uses an NFS container that doesn't support NFSv4. ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment