Linkify API objects on first mention.

This commit is contained in:
Anthony Yeh
2016-11-29 10:18:11 -08:00
parent fd7c8eee4f
commit 7c800a949a
2 changed files with 8 additions and 4 deletions
@@ -28,9 +28,11 @@ on general patterns for running stateful applications in Kubernetes.
* {% include task-tutorial-prereqs.md %}
* {% include default-storage-class-prereqs.md %}
* This tutorial assumes you are familiar with
[PersistentVolumes](/docs/user-guide/persistent-volumes/)
and [StatefulSets](/docs/concepts/controllers/statefulsets/),
as well as other core concepts like Pods, Services and ConfigMaps.
[PersistentVolumes](/docs/user-guide/persistent-volumes/)
and [StatefulSets](/docs/concepts/controllers/statefulsets/),
as well as other core concepts like [Pods](/docs/user-guide/pods/),
[Services](/docs/user-guide/services/), and
[ConfigMaps](/docs/user-guide/configmap/).
* Some familiarity with MySQL will help, but this tutorial aims to present
general patterns that should be useful for other systems.