Merge pull request #6585 from ttz21/hpa

Add Horizontal Pod Autoscaler glossary term and make HPA terminology …
This commit is contained in:
Jessica Yao
2017-12-07 13:07:50 -08:00
committed by GitHub
4 changed files with 26 additions and 11 deletions
@@ -0,0 +1,15 @@
id: horizontal-pod-autoscaler
name: Horizontal Pod Autoscaler
full-link: /docs/tasks/run-application/horizontal-pod-autoscale/
aka:
- HPA
related:
- pod
tags:
- operation
short-description: >
An API resource that automatically scales the number of pod replicas based on targeted CPU
utilization or custom metric targets.
long-description: >
HPA is typically used with replication controllers, deployments or replica sets and cannot be
applied to objects that cannot be scaled, for example DaemonSets.
+2 -2
View File
@@ -52,8 +52,8 @@ toc:
- docs/tasks/run-application/delete-stateful-set.md
- docs/tasks/run-application/force-delete-stateful-set-pod.md
- docs/tasks/run-application/rolling-update-replication-controller.md
- docs/tasks/run-application/horizontal-pod-autoscale.md
- docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md
- docs/tasks/run-application/horizontal-pod-autoscaler.md
- docs/tasks/run-application/horizontal-pod-autoscaler-walkthrough.md
- docs/tasks/run-application/configure-pdb.md
- title: Run Jobs