link to other terms (#6625)

This commit is contained in:
Tony Li
2018-01-12 17:33:43 -05:00
committed by Zach Corleissen
parent 150358b80b
commit 9997927f1e
@@ -5,11 +5,13 @@ aka:
- HPA - HPA
related: related:
- pod - pod
- replication-controller
- deployment
tags: tags:
- operation - operation
short-description: > short-description: >
An API resource that automatically scales the number of pod replicas based on targeted CPU An API resource that automatically scales the number of pod replicas based on targeted CPU
utilization or custom metric targets. utilization or custom metric targets.
long-description: > long-description: >
HPA is typically used with replication controllers, deployments or replica sets and cannot be HPA is typically used with {% glossary_tooltip text="Replication Controllers" term_id="replication-controller" %}, {% glossary_tooltip text="Deployments" term_id="deployment" %}, or Replica Sets.
applied to objects that cannot be scaled, for example DaemonSets. It cannot be applied to objects that cannot be scaled, for example {% glossary_tooltip text="DaemonSets" term_id="daemonset" %}.