Update tutorials/configuration/configure-redis-using-configmap.md
This commit is contained in:
@@ -24,7 +24,7 @@ content_template: templates/tutorial
|
|||||||
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
|
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
|
||||||
|
|
||||||
* この例は、バージョン1.14以上での動作を確認しています。
|
* この例は、バージョン1.14以上での動作を確認しています。
|
||||||
* [ConfigMapを使ったコンテナの設定](/docs/tasks/configure-pod-container/configure-pod-configmap/)を読んで理解しておいてください。
|
* [ConfigMapを使ったコンテナの設定](/ja/docs/tasks/configure-pod-container/configure-pod-configmap/)を読んで理解しておいてください。
|
||||||
|
|
||||||
{{% /capture %}}
|
{{% /capture %}}
|
||||||
|
|
||||||
@@ -96,7 +96,7 @@ kubectl exec -it redis redis-cli
|
|||||||
2) "allkeys-lru"
|
2) "allkeys-lru"
|
||||||
```
|
```
|
||||||
|
|
||||||
作成したPodを削除してください:
|
作成したPodを削除します:
|
||||||
```shell
|
```shell
|
||||||
kubectl delete pod redis
|
kubectl delete pod redis
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user