Merge pull request #21434 from akitok/dev-1.17-ja.2
Update tutorials/configuration/configure-redis-using-configmap.md to …
This commit is contained in:
@@ -21,9 +21,10 @@ content_template: templates/tutorial
|
|||||||
|
|
||||||
{{% capture prerequisites %}}
|
{{% capture prerequisites %}}
|
||||||
|
|
||||||
* {{< 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 %}}
|
||||||
|
|
||||||
@@ -68,7 +69,7 @@ kustomizationディレクトリを反映して、ConfigMapオブジェクトとP
|
|||||||
kubectl apply -k .
|
kubectl apply -k .
|
||||||
```
|
```
|
||||||
|
|
||||||
Examine the created objects by
|
作成されたオブジェクトを確認します
|
||||||
```shell
|
```shell
|
||||||
> kubectl get -k .
|
> kubectl get -k .
|
||||||
NAME DATA AGE
|
NAME DATA AGE
|
||||||
@@ -95,6 +96,11 @@ kubectl exec -it redis redis-cli
|
|||||||
2) "allkeys-lru"
|
2) "allkeys-lru"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
作成したPodを削除します:
|
||||||
|
```shell
|
||||||
|
kubectl delete pod redis
|
||||||
|
```
|
||||||
|
|
||||||
{{% /capture %}}
|
{{% /capture %}}
|
||||||
|
|
||||||
{{% capture whatsnext %}}
|
{{% capture whatsnext %}}
|
||||||
@@ -102,5 +108,3 @@ kubectl exec -it redis redis-cli
|
|||||||
* [ConfigMap](/docs/tasks/configure-pod-container/configure-pod-configmap/)について学ぶ
|
* [ConfigMap](/docs/tasks/configure-pod-container/configure-pod-configmap/)について学ぶ
|
||||||
|
|
||||||
{{% /capture %}}
|
{{% /capture %}}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user