Commit 96696fe3 authored by Eric Tune's avatar Eric Tune

Merge pull request #14405 from resouer/patch-7

Fix minor error in Pod introduction
parents 305a7d3f 08407857
...@@ -41,7 +41,7 @@ https://github.com/kubernetes/kubernetes/blob/master/docs/user-guide/prereqs.md ...@@ -41,7 +41,7 @@ https://github.com/kubernetes/kubernetes/blob/master/docs/user-guide/prereqs.md
### Start MySQL Pod ### Start MySQL Pod
In Kubernetes a [_Pod_](../../docs/user-guide/pods.md) is the smallest deployable unit that can be created, scheduled, and managed. Its a collocated group of containers that share an IP and storage volume. In Kubernetes a [_Pod_](../../docs/user-guide/pods.md) is the smallest deployable unit that can be created, scheduled, and managed. It's a collocated group of containers that share an IP and storage volume.
Here is the config for MySQL pod: [mysql-pod.yaml](mysql-pod.yaml) Here is the config for MySQL pod: [mysql-pod.yaml](mysql-pod.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