resolve conflict

This commit is contained in:
inductor
2020-06-15 02:59:15 +09:00
2451 changed files with 127381 additions and 564546 deletions
@@ -1,15 +1,16 @@
---
title: ConfigMapを使ったRedisの設定
content_template: templates/tutorial
content_type: tutorial
---
{{% capture overview %}}
<!-- overview -->
本ページでは、[ConfigMapを使ったコンテナの設定](/docs/tasks/configure-pod-container/configure-pod-configmap/)に基づき、ConfigMapを使ってRedisの設定を行う実践的な例を提供します。
{{% /capture %}}
{{% capture objectives %}}
## {{% heading "objectives" %}}
* 以下の要素を含む`kustomization.yaml`ファイルを作成する:
* ConfigMapGenerator
@@ -17,18 +18,19 @@ content_template: templates/tutorial
* `kubectl apply -k ./`コマンドにてディレクトリ全体を適用する
* 設定が正しく反映されていることを確認する
{{% /capture %}}
{{% capture prerequisites %}}
## {{% heading "prerequisites" %}}
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
* この例は、バージョン1.14以上での動作を確認しています。
* [ConfigMapを使ったコンテナの設定](/ja/docs/tasks/configure-pod-container/configure-pod-configmap/)を読んで理解しておいてください。
{{% /capture %}}
{{% capture lessoncontent %}}
<!-- lessoncontent -->
## 実践例: ConfigMapを使ったRedisの設定
@@ -101,10 +103,10 @@ kubectl exec -it redis redis-cli
kubectl delete pod redis
```
{{% /capture %}}
{{% capture whatsnext %}}
## {{% heading "whatsnext" %}}
* [ConfigMap](/docs/tasks/configure-pod-container/configure-pod-configmap/)について学ぶ
{{% /capture %}}