Skip to content

Commit d543a1d

Browse files
authored
Merge pull request #37781 from niuzhenguo/docs-pods
[zh] add missing weight for concepts/workloads/pods
2 parents 61130f6 + 33ffcb6 commit d543a1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/zh-cn/docs/concepts/workloads/pods/downward-api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
title: Downward API
33
content_type: concept
4+
weight: 170
45
description: >
56
有两种方法可以将 Pod 和容器字段暴露给运行中的容器:环境变量和由特殊卷类型承载的文件。
67
这两种暴露 Pod 和容器字段的方法统称为 Downward API。
78
---
89
<!--
910
title: Downward API
1011
content_type: concept
12+
weight: 170
1113
description: >
1214
There are two ways to expose Pod and container fields to a running container:
1315
environment variables, and as files that are populated by a special volume type.

0 commit comments

Comments
 (0)