Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
20d741e5
Commit
20d741e5
authored
Oct 14, 2016
by
YuPengZTE
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up typos in links in README
Signed-off-by:
YuPengZTE
<
yu.peng36@zte.com.cn
>
parent
f59fd3df
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
examples/mysql-wordpress-pd/README.md
+2
-2
README.md
examples/volumes/nfs/README.md
+1
-1
No files found.
examples/mysql-wordpress-pd/README.md
View file @
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
)
...
...
examples/volumes/nfs/README.md
View file @
20d741e5
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment