Update horizontal-pod-autoscaling.md

This commit is contained in:
Shawn Yan 2023-12-21 08:51:27 +08:00 committed by GitHub
parent 7d065e25ed
commit abcfd3a2ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ HPA 功能会自动调整容器组的数量,将容器组的平均资源使用
* **最小副本数**:容器组的最小数量。
* **最大副本数**:容器组的最大数量。
在示例中,**目标 CPU 用量(%**设置为 `60`**最小副本数**设置为 `1`**最大副本数**设置为 `10`
在示例中,**目标 CPU 用量(%** 设置为 `60`**最小副本数** 设置为 `1`**最大副本数** 设置为 `10`
{{< notice note >}}