File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
content/zh-cn/docs/concepts Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -322,17 +322,17 @@ spec:
322
322
name : log-config
323
323
items :
324
324
- key : log_level
325
- path : log_level
325
+ path : log_level.conf
326
326
` ` `
327
327
328
328
<!--
329
329
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 `.
331
331
Note that this path is derived from the volume's `mountPath` and the `path`
332
332
keyed with `log_level`.
333
333
-->
334
334
` log-config` ConfigMap 以卷的形式挂载,并且存储在 `log_level`
335
- 条目中的所有内容都被挂载到 Pod 的 `/etc/config/log_level` 路径下。
335
+ 条目中的所有内容都被挂载到 Pod 的 `/etc/config/log_level.conf ` 路径下。
336
336
请注意,这个路径来源于卷的 `mountPath` 和 `log_level` 键对应的 `path`。
337
337
338
338
{{< note >}}
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ Mode | Description
164
164
-->
165
165
#### 就地调整的要求
166
166
167
- {{< feature-state for_k8s_version="v1.27" state="alpha " >}}
167
+ {{< feature-state feature_gate_name="InPlacePodVerticalScaling " >}}
168
168
169
169
<!--
170
170
Resizing a workload in-place **without** restarting the {{< glossary_tooltip text="Pods" term_id="pod" >}}
You can’t perform that action at this time.
0 commit comments