Update links to reduce redirects. (#5751)

This commit is contained in:
Steve Perry
2017-10-03 21:07:11 -07:00
committed by GitHub
parent 2e8f9adf7d
commit 5c7bbcd29e
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ 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](/docs/concepts/workloads/controllers/deployment/)
* [StatefulSet](/docs/concepts/abstractions/controllers/statefulsets/)
* [StatefulSet](/docs/concepts/workloads/controllers/statefulset/)
* [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.