Update tutorials/configuration/configure-redis-using-configmap.md to follow v1.17 of the original (Englist) text.

This commit is contained in:
akitok
2020-06-03 00:08:29 +09:00
parent ebb3b61df9
commit 0a6ddff552
@@ -21,7 +21,8 @@ content_template: templates/tutorial
{{% capture prerequisites %}}
* {{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
* この例は、バージョン1.14以上での動作を確認しています。
* [ConfigMapを使ったコンテナの設定](/docs/tasks/configure-pod-container/configure-pod-configmap/)を読んで理解しておいてください。
@@ -68,7 +69,7 @@ kustomizationディレクトリを反映して、ConfigMapオブジェクトとP
kubectl apply -k .
```
Examine the created objects by
作成されたオブジェクトを確認します
```shell
> kubectl get -k .
NAME DATA AGE
@@ -95,6 +96,11 @@ kubectl exec -it redis redis-cli
2) "allkeys-lru"
```
作成したPodを削除してください:
```shell
kubectl delete pod redis
```
{{% /capture %}}
{{% capture whatsnext %}}
@@ -103,4 +109,3 @@ kubectl exec -it redis redis-cli
{{% /capture %}}