Merge pull request #36033 from seanxu24/zh-cn]update-horizontal-pod-autoscale-walkthrough.md

Update horizontal-pod-autoscale-walkthrough.md
pull/36042/head
Kubernetes Prow Robot 2022-08-17 02:06:55 -07:00 committed by GitHub
commit 3203d99fac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ You can check the current status of the newly-made HorizontalPodAutoscaler, by r
<!--# You can use "hpa" or "horizontalpodautoscaler"; either name works OK. -->
```shell
# 你可以使用 “hap” 或 “horizontalpodautoscaler”任何一个名字都可以。
# 你可以使用 “hpa” 或 “horizontalpodautoscaler”任何一个名字都可以。
kubectl get hpa
```