From e160c49e511ae138c68ab934e73971b3926a21d9 Mon Sep 17 00:00:00 2001 From: Sean Xu Date: Wed, 17 Aug 2022 10:36:32 +0800 Subject: [PATCH] Update horizontal-pod-autoscale-walkthrough.md --- .../run-application/horizontal-pod-autoscale-walkthrough.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh-cn/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md b/content/zh-cn/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md index f709acfe6a..741d3dabb1 100644 --- a/content/zh-cn/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md +++ b/content/zh-cn/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md @@ -209,7 +209,7 @@ You can check the current status of the newly-made HorizontalPodAutoscaler, by r ```shell -# 你可以使用 “hap” 或 “horizontalpodautoscaler”;任何一个名字都可以。 +# 你可以使用 “hpa” 或 “horizontalpodautoscaler”;任何一个名字都可以。 kubectl get hpa ```