website/content/ja/docs/reference/glossary/persistent-volume-claim.md

19 lines
955 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: 永続ボリューム要求
id: persistent-volume-claim
date: 2018-04-12
full_link: /docs/concepts/storage/persistent-volumes/
short_description: >
コンテナ内でボリュームとしてマウントするためにPersistentVolume内で定義されたストレージリソースを要求します。
aka:
tags:
- core-object
- storage
---
{{< glossary_tooltip text="コンテナ" term_id="container" >}}内でボリュームとしてマウントするために{{< glossary_tooltip text="PersistentVolume" term_id="persistent-volume" >}}内で定義されたストレージリソースを要求します。
<!--more-->
ストレージサイズ、ストレージへのアクセス制御(読み取り専用、読み取り/書き込み、排他的、および再利用方法保持、リサイクル、削除を指定します。ストレージ自体の詳細はPersistentVolumeオブジェクトに記載されています。