Added the hyperlink for pod in the page (#15113)

* add the hyperlink for pod in the page

* Changed Pod href to tooltip
This commit is contained in:
Himanshu Pandey
2019-07-03 06:56:35 -07:00
committed by Kubernetes Prow Robot
parent 08d49237c9
commit 147687dddb
@@ -18,7 +18,7 @@ deliver a functioning Kubernetes cluster.
## Master Components
Master components provide the cluster's control plane. Master components make global decisions about the
cluster (for example, scheduling), and they detect and respond to cluster events (for example, starting up a new pod when a replication controller's `replicas` field is unsatisfied).
cluster (for example, scheduling), and they detect and respond to cluster events (for example, starting up a new {{< glossary_tooltip text="pod" term_id="pod">}} when a deployment's `replicas` field is unsatisfied).
Master components can be run on any machine in the cluster. However,
for simplicity, set up scripts typically start all master components on