Skip to content

Commit c0376c9

Browse files
authored
Merge pull request #52502 from ductnn/glossary-persistent-volume-claim
[vi] Add Vietnamese transaltion for glossary Persistent Volume Claim
2 parents b45c3e3 + 3ff0259 commit c0376c9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Persistent Volume Claim
3+
id: persistent-volume-claim
4+
date: 2018-04-12
5+
full_link: /docs/concepts/storage/persistent-volumes/#persistentvolumeclaims
6+
short_description: >
7+
Yêu cầu (Claim) tài nguyên lưu trữ được định nghĩa trong PersistentVolume để có thể gắn (mount) như một volume trong container.
8+
9+
aka:
10+
tags:
11+
- core-object
12+
- storage
13+
---
14+
Yêu cầu {{< glossary_tooltip text="tài nguyên" term_id="infrastructure-resource" >}} lưu trữ được định nghĩa trong
15+
{{< glossary_tooltip text="PersistentVolume" term_id="persistent-volume" >}}, để có thể được gắn (mount) thành
16+
một volume trong {{< glossary_tooltip text="container" term_id="container" >}}.
17+
18+
<!--more-->
19+
20+
Xác định dung lượng lưu trữ, cách thức truy cập (chỉ đọc, đọc-ghi và/hoặc độc quyền) và cách nó được thu hồi (giữ lại, phục hồi hoặc xóa đi). Chi tiết về lưu trữ được mô tả trong PersistentVolume.

0 commit comments

Comments
 (0)