fix format error (#19925)
This commit is contained in:
parent
b72216623f
commit
0624e8799b
|
@ -49,16 +49,14 @@ kubelet 会尝试通过 Kubernetes API 服务器为每个静态 Pod 自动创建
|
||||||
|
|
||||||
{{% capture prerequisites %}}
|
{{% capture prerequisites %}}
|
||||||
|
|
||||||
<!--
|
|
||||||
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
|
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
|
||||||
|
|
||||||
|
<!--
|
||||||
This page assumes you're using {{< glossary_tooltip term_id="docker" >}} to run Pods,
|
This page assumes you're using {{< glossary_tooltip term_id="docker" >}} to run Pods,
|
||||||
and that your nodes are running the Fedora operating system.
|
and that your nodes are running the Fedora operating system.
|
||||||
Instructions for other distributions or Kubernetes installations may vary.
|
Instructions for other distributions or Kubernetes installations may vary.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
|
|
||||||
|
|
||||||
本文假定你在使用 {{< glossary_tooltip term_id="docker" >}} 来运行 Pod,并且你的节点是运行着 Fedora 操作系统。
|
本文假定你在使用 {{< glossary_tooltip term_id="docker" >}} 来运行 Pod,并且你的节点是运行着 Fedora 操作系统。
|
||||||
其它发行版或者 Kubernetes 部署版本上操作方式可能不一样。
|
其它发行版或者 Kubernetes 部署版本上操作方式可能不一样。
|
||||||
|
|
||||||
|
|
|
@ -24,6 +24,7 @@ This page provides a real world example of how to configure Redis using a Config
|
||||||
* Apply the directory by running `kubectl apply -k ./`
|
* Apply the directory by running `kubectl apply -k ./`
|
||||||
* Verify that the configuration was correctly applied.
|
* Verify that the configuration was correctly applied.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
* * 创建一个包含以下内容的 `kustomization.yaml` 文件:
|
* * 创建一个包含以下内容的 `kustomization.yaml` 文件:
|
||||||
* 一个 ConfigMap 生成器
|
* 一个 ConfigMap 生成器
|
||||||
* 一个使用 ConfigMap 的 Pod 资源配置
|
* 一个使用 ConfigMap 的 Pod 资源配置
|
||||||
|
@ -36,12 +37,12 @@ This page provides a real world example of how to configure Redis using a Config
|
||||||
|
|
||||||
{{% capture prerequisites %}}
|
{{% capture prerequisites %}}
|
||||||
|
|
||||||
<!--
|
|
||||||
* {{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
|
* {{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
|
||||||
|
<!--
|
||||||
* The example shown on this page works with `kubectl` 1.14 and above.
|
* The example shown on this page works with `kubectl` 1.14 and above.
|
||||||
* Understand [Configure Containers Using a ConfigMap](/docs/tasks/configure-pod-container/configure-pod-configmap/).
|
* Understand [Configure Containers Using a ConfigMap](/docs/tasks/configure-pod-container/configure-pod-configmap/).
|
||||||
-->
|
-->
|
||||||
* {{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
|
* 此页面上显示的示例适用于 `kubectl` 1.14和在其以上的版本。
|
||||||
* 理解[使用ConfigMap来配置Containers](/docs/tasks/configure-pod-container/configure-pod-configmap/)。
|
* 理解[使用ConfigMap来配置Containers](/docs/tasks/configure-pod-container/configure-pod-configmap/)。
|
||||||
|
|
||||||
{{% /capture %}}
|
{{% /capture %}}
|
||||||
|
|
Loading…
Reference in New Issue