Add some links for pod-overview.md (#4763)

* Add some links for pod-overview.md

Add some links

* use relative paths for URLs
pull/4765/head
TigerXu 2017-08-11 15:56:50 +08:00 committed by Andrew Chen
parent 0d671d8c06
commit a26f5c5ce6
1 changed files with 3 additions and 3 deletions

View File

@ -63,9 +63,9 @@ A Controller can create and manage multiple Pods for you, handling replication a
Some examples of Controllers that contain one or more pods include:
* Deployment
* [Deployment](/docs/concepts/workloads/controllers/deployment/)
* [StatefulSet](/docs/concepts/abstractions/controllers/statefulsets/)
* DaemonSet
* [DaemonSet](/docs/concepts/workloads/controllers/daemonset/)
In general, Controllers use a Pod Template that you provide to create the Pods for which it is responsible.
@ -81,7 +81,7 @@ Rather than specifying the current desired state of all replicas, pod templates
{% capture whatsnext %}
* Learn more about Pod behavior:
* Pod Termination
* [Pod Termination](/docs/concepts/workloads/pods/pod/#termination-of-pods)
* Other Pod Topics
{% endcapture %}