From 3ead47e82a960a2441c794434979ad68465f1905 Mon Sep 17 00:00:00 2001 From: Jennifer Cwagenberg Date: Mon, 5 Jun 2023 20:01:06 -0500 Subject: [PATCH] Fix typo --- kubernetes/autoscale.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/autoscale.md b/kubernetes/autoscale.md index e631d8c8fd..2ad3a7da9e 100644 --- a/kubernetes/autoscale.md +++ b/kubernetes/autoscale.md @@ -142,7 +142,7 @@ spec: kubectl apply -f hpa.yaml ``` -### 5. Check status of HPG +### 5. Check status of HPA ```bash kubectl describe hpa torchserve @@ -167,4 +167,4 @@ Conditions: ScalingActive True ValidMetricFound the HPA was able to successfully calculate a replica count from external metric ts_queue_latency_microseconds(nil) ScalingLimited False DesiredWithinRange the desired count is within the acceptable range Events: -``` \ No newline at end of file +```