Skip to content

Commit 4b1bb57

Browse files
committed
[zh-cn]sync volumes autoscaling
Signed-off-by: xin.li <[email protected]>
1 parent c0557b4 commit 4b1bb57

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/zh-cn/docs/concepts/storage/volumes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,17 +322,17 @@ spec:
322322
name: log-config
323323
items:
324324
- key: log_level
325-
path: log_level
325+
path: log_level.conf
326326
```
327327
328328
<!--
329329
The `log-config` ConfigMap is mounted as a volume, and all contents stored in
330-
its `log_level` entry are mounted into the Pod at path `/etc/config/log_level`.
330+
its `log_level` entry are mounted into the Pod at path `/etc/config/log_level.conf`.
331331
Note that this path is derived from the volume's `mountPath` and the `path`
332332
keyed with `log_level`.
333333
-->
334334
`log-config` ConfigMap 以卷的形式挂载,并且存储在 `log_level`
335-
条目中的所有内容都被挂载到 Pod 的 `/etc/config/log_level` 路径下。
335+
条目中的所有内容都被挂载到 Pod 的 `/etc/config/log_level.conf` 路径下。
336336
请注意,这个路径来源于卷的 `mountPath` 和 `log_level` 键对应的 `path`。
337337

338338
{{< note >}}

content/zh-cn/docs/concepts/workloads/autoscaling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Mode | Description
164164
-->
165165
#### 就地调整的要求
166166

167-
{{< feature-state for_k8s_version="v1.27" state="alpha" >}}
167+
{{< feature-state feature_gate_name="InPlacePodVerticalScaling" >}}
168168

169169
<!--
170170
Resizing a workload in-place **without** restarting the {{< glossary_tooltip text="Pods" term_id="pod" >}}

0 commit comments

Comments
 (0)