File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -248,10 +248,10 @@ reduce resource consumption during off-peak hours.
248
248
249
249
<!--
250
250
Similar to event driven autoscaling, such behavior can be achieved using KEDA in conjunction with
251
- its [`Cron` scaler](https://keda.sh/docs/2.13 /scalers/cron/). The `Cron` scaler allows you to define schedules
251
+ its [`Cron` scaler](https://keda.sh/docs/latest /scalers/cron/). The `Cron` scaler allows you to define schedules
252
252
(and time zones) for scaling your workloads in or out.
253
253
-->
254
- 与事件驱动型自动扩缩相似,这种行为可以使用 KEDA 和 [ ` Cron ` scaler] ( https://keda.sh/docs/2.13 /scalers/cron/ ) 实现。
254
+ 与事件驱动型自动扩缩相似,这种行为可以使用 KEDA 和 [ ` Cron ` scaler] ( https://keda.sh/docs/latest /scalers/cron/ ) 实现。
255
255
你可以在计划扩缩器 (Cron scaler) 中定义计划来实现工作负载的横向扩缩。
256
256
257
257
<!--
Original file line number Diff line number Diff line change @@ -180,14 +180,14 @@ The name of a checkpoint file is `kubelet_internal_checkpoint` for [Device Manag
180
180
If your cluster has
181
181
[in-place Pod vertical scaling](/docs/concepts/workloads/autoscaling/#in-place-resizing)
182
182
enabled ([feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
183
- name `InPlacePodVerticalScaling`), then the kubelet stores a local record of Pod status.
183
+ name `InPlacePodVerticalScaling`), then the kubelet stores a local record of allocated Pod resources.
184
184
185
185
The file name is `pod_status_manager_state` within the kubelet base directory
186
186
(`/var/lib/kubelet` by default on Linux; configurable using `--root-dir`).
187
187
-->
188
188
如果你的集群启用了[ 就地 Pod 垂直扩缩容] ( /zh-cn/docs/concepts/workloads/autoscaling/#in-place-resizing )
189
189
([ 特性门控] ( /zh-cn/docs/reference/command-line-tools-reference/feature-gates/ ) 名称为 ` InPlacePodVerticalScaling ` ),
190
- 则 kubelet 会在本地存储 Pod 状态 。
190
+ 则 kubelet 会在本地存储为 Pod 分配资源的记录 。
191
191
192
192
文件名为 ` pod_status_manager_state ` ,位于 kubelet 基础目录内
193
193
(在 Linux 上默认为 ` /var/lib/kubelet ` ;你可以使用 ` --root-dir ` 进行配置)。
You can’t perform that action at this time.
0 commit comments