From 63a88d58f3a0df9255437ae1abe85ec13e3e0643 Mon Sep 17 00:00:00 2001 From: progrhyme Date: Thu, 18 Apr 2019 23:04:12 +0900 Subject: [PATCH] [ja] Fix translation of 'Persistent Volumes' (#13848) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit s/永続化ボリューム/永続ボリューム/g --- content/ja/docs/concepts/workloads/pods/pod.md | 2 +- content/ja/docs/setup/minikube.md | 2 +- content/ja/docs/tutorials/_index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/ja/docs/concepts/workloads/pods/pod.md b/content/ja/docs/concepts/workloads/pods/pod.md index 3dee2596e7ada..3987e9f842ed0 100644 --- a/content/ja/docs/concepts/workloads/pods/pod.md +++ b/content/ja/docs/concepts/workloads/pods/pod.md @@ -44,7 +44,7 @@ Nodeが停止した場合、そのNodeにスケジュールされたPodは、タ {{< figure src="/images/docs/pod.svg" title="Podの図" width="50%" >}} -*file puller(ファイル取得コンテナ)とWebサーバーを含むマルチコンテナのPod。コンテナ間の共有ストレージとして永続化ボリュームを使用している。* +*file puller(ファイル取得コンテナ)とWebサーバーを含むマルチコンテナのPod。コンテナ間の共有ストレージとして永続ボリュームを使用している。* ## Podを用いる動機 diff --git a/content/ja/docs/setup/minikube.md b/content/ja/docs/setup/minikube.md index c3c971226c7c0..9788739b56a98 100644 --- a/content/ja/docs/setup/minikube.md +++ b/content/ja/docs/setup/minikube.md @@ -303,7 +303,7 @@ To determine the NodePort for your service, you can use a `kubectl` command like `kubectl get service $SERVICE --output='jsonpath="{.spec.ports[0].nodePort}"'` -## 永続化ボリューム +## 永続ボリューム Minikube supports [PersistentVolumes](/docs/concepts/storage/persistent-volumes/) of type `hostPath`. These PersistentVolumes are mapped to a directory inside the Minikube VM. diff --git a/content/ja/docs/tutorials/_index.md b/content/ja/docs/tutorials/_index.md index 74ae96f91530b..f451618f9b5c8 100644 --- a/content/ja/docs/tutorials/_index.md +++ b/content/ja/docs/tutorials/_index.md @@ -37,7 +37,7 @@ content_template: templates/concept * [StatefulSetの基本](/docs/tutorials/stateful-application/basic-stateful-set/) -* [例: 永続化ボリュームを使ったWordPressとMySQLのデプロイ](/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/) +* [例: 永続ボリュームを使ったWordPressとMySQLのデプロイ](/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/) * [例: Stateful Setsを使ったCassandraのデプロイ](/docs/tutorials/stateful-application/cassandra/)