Skip to content

Commit 2ba9ed2

Browse files
authored
Merge pull request #26827 from santachopa/persistent-volumne-claim
Translate reference/glossary/persistent-volumn-claim.md in Korean
2 parents eb94a68 + 40a5b3b commit 2ba9ed2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: 퍼시스턴트 볼륨 클레임(Persistent Volume Claim)
3+
id: persistent-volume-claim
4+
date: 2018-04-12
5+
full_link: /ko/docs/concepts/storage/persistent-volumes/
6+
short_description: >
7+
컨테이너의 볼륨으로 마운트될 수 있도록 퍼시스턴트볼륨(PersistentVolume)에 정의된 스토리지 리소스를 요청한다.
8+
9+
aka:
10+
tags:
11+
- core-object
12+
- storage
13+
---
14+
{{< glossary_tooltip text="컨테이너" term_id="container" >}}의 볼륨으로 마운트될 수 있도록 {{< glossary_tooltip text="퍼시스턴트볼륨(PersistentVolume)" term_id="persistent-volume" >}}에 정의된 스토리지 리소스를 요청한다.
15+
16+
<!--more-->
17+
18+
스토리지의 양, 스토리지에 엑세스하는 방법(읽기 전용, 읽기 그리고/또는 쓰기) 및 재확보(보존, 재활용 혹은 삭제) 방법을 지정한다. 스토리지 자체에 관한 내용은 퍼시스턴트볼륨 오브젝트에 설명되어 있다.

0 commit comments

Comments
 (0)