Merge pull request #21434 from akitok/dev-1.17-ja.2
Update tutorials/configuration/configure-redis-using-configmap.md to …pull/21475/head
commit
f4c0db5ff0
|
@ -21,9 +21,10 @@ 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/)を読んで理解しておいてください。
|
||||
* [ConfigMapを使ったコンテナの設定](/ja/docs/tasks/configure-pod-container/configure-pod-configmap/)を読んで理解しておいてください。
|
||||
|
||||
{{% /capture %}}
|
||||
|
||||
|
@ -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 %}}
|
||||
|
@ -102,5 +108,3 @@ kubectl exec -it redis redis-cli
|
|||
* [ConfigMap](/docs/tasks/configure-pod-container/configure-pod-configmap/)について学ぶ
|
||||
|
||||
{{% /capture %}}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue