From 4e1f73a73627051b44ea2b4b9c9ad0595f678b76 Mon Sep 17 00:00:00 2001 From: Gerasimos Dimitriadis Date: Fri, 17 Jan 2020 14:44:55 +0200 Subject: [PATCH] Add HPA as aka for Horizontal Pod Autoscaler (#18502) --- content/en/docs/reference/glossary/horizontal-pod-autoscaler.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/reference/glossary/horizontal-pod-autoscaler.md b/content/en/docs/reference/glossary/horizontal-pod-autoscaler.md index a82df528a4..4e3ace729e 100755 --- a/content/en/docs/reference/glossary/horizontal-pod-autoscaler.md +++ b/content/en/docs/reference/glossary/horizontal-pod-autoscaler.md @@ -7,6 +7,7 @@ short_description: > An API resource that automatically scales the number of pod replicas based on targeted CPU utilization or custom metric targets. aka: +- HPA tags: - operation ---