We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61130f6 + 33ffcb6 commit d543a1dCopy full SHA for d543a1d
content/zh-cn/docs/concepts/workloads/pods/downward-api.md
@@ -1,13 +1,15 @@
1
---
2
title: Downward API
3
content_type: concept
4
+weight: 170
5
description: >
6
有两种方法可以将 Pod 和容器字段暴露给运行中的容器:环境变量和由特殊卷类型承载的文件。
7
这两种暴露 Pod 和容器字段的方法统称为 Downward API。
8
9
<!--
10
11
12
13
14
There are two ways to expose Pod and container fields to a running container:
15
environment variables, and as files that are populated by a special volume type.
0 commit comments