Update horizontal-pod-autoscale-walkthrough.md

pull/36033/head
Sean Xu 2022-08-17 10:36:32 +08:00 committed by GitHub
parent bc652c1852
commit e160c49e51
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
```