mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	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>
This commit is contained in:
		@@ -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)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user