add zh pages

This commit is contained in:
Karen Bradshaw
2020-06-01 09:23:39 -04:00
parent 21fd0a12f9
commit 4b35d4d401
303 changed files with 2764 additions and 2439 deletions
@@ -3,19 +3,20 @@ reviewers:
- eparis
- pmorie
title: 使用 ConfigMap 来配置 Redis
content_template: templates/tutorial
content_type: tutorial
---
{{% capture overview %}}
<!-- overview -->
<!--
This page provides a real world example of how to configure Redis using a ConfigMap and builds upon the [Configure Containers Using a ConfigMap](/docs/tasks/configure-pod-container/configure-pod-configmap/) task.
-->
这篇文档基于[使用 ConfigMap 来配置 Containers](/zh/docs/tasks/configure-pod-container/configure-pod-configmap/) 这个任务,提供了一个使用 ConfigMap 来配置 Redis 的真实案例。
{{% /capture %}}
{{% capture objectives %}}
## {{% heading "objectives" %}}
<!--
* * Create a `kustomization.yaml` file containing:
@@ -33,9 +34,10 @@ This page provides a real world example of how to configure Redis using a Config
{{% /capture %}}
{{% capture prerequisites %}}
## {{% heading "prerequisites" %}}
* {{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
<!--
@@ -45,9 +47,9 @@ This page provides a real world example of how to configure Redis using a Config
* 此页面上显示的示例适用于 `kubectl` 1.14和在其以上的版本。
* 理解[使用ConfigMap来配置Containers](/zh/docs/tasks/configure-pod-container/configure-pod-configmap/)。
{{% /capture %}}
{{% capture lessoncontent %}}
<!-- lessoncontent -->
<!--
@@ -151,9 +153,10 @@ Delete the created pod:
kubectl delete pod redis
```
{{% /capture %}}
{{% capture whatsnext %}}
## {{% heading "whatsnext" %}}
<!--
* Learn more about [ConfigMaps](/docs/tasks/configure-pod-container/configure-pod-configmap/).
@@ -161,4 +164,4 @@ kubectl delete pod redis
* 了解有关 [ConfigMaps](/zh/docs/tasks/configure-pod-container/configure-pod-configmap/)的更多信息。
{{% /capture %}}