File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
tasks/configure-pod-container Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -49,16 +49,14 @@ kubelet 会尝试通过 Kubernetes API 服务器为每个静态 Pod 自动创建
49
49
50
50
{{% capture prerequisites %}}
51
51
52
- <!--
53
52
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
54
53
54
+ <!--
55
55
This page assumes you're using {{< glossary_tooltip term_id="docker" >}} to run Pods,
56
56
and that your nodes are running the Fedora operating system.
57
57
Instructions for other distributions or Kubernetes installations may vary.
58
58
-->
59
59
60
- {{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
61
-
62
60
本文假定你在使用 {{< glossary_tooltip term_id="docker" >}} 来运行 Pod,并且你的节点是运行着 Fedora 操作系统。
63
61
其它发行版或者 Kubernetes 部署版本上操作方式可能不一样。
64
62
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ This page provides a real world example of how to configure Redis using a Config
24
24
* Apply the directory by running `kubectl apply -k ./`
25
25
* Verify that the configuration was correctly applied.
26
26
-->
27
+
27
28
* * 创建一个包含以下内容的 ` kustomization.yaml ` 文件:
28
29
* 一个 ConfigMap 生成器
29
30
* 一个使用 ConfigMap 的 Pod 资源配置
@@ -36,12 +37,12 @@ This page provides a real world example of how to configure Redis using a Config
36
37
37
38
{{% capture prerequisites %}}
38
39
39
- <!--
40
40
* {{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
41
+ <!--
41
42
* The example shown on this page works with `kubectl` 1.14 and above.
42
43
* Understand [Configure Containers Using a ConfigMap](/docs/tasks/configure-pod-container/configure-pod-configmap/).
43
44
-->
44
- * {{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
45
+ * 此页面上显示的示例适用于 ` kubectl ` 1.14和在其以上的版本。
45
46
* 理解[ 使用ConfigMap来配置Containers] ( /docs/tasks/configure-pod-container/configure-pod-configmap/ ) 。
46
47
47
48
{{% /capture %}}
You can’t perform that action at this time.
0 commit comments