You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh-cn/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-v1.md
+3-53Lines changed: 3 additions & 53 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ weight: 5
24
24
`import "k8s.io/api/core/v1"`
25
25
26
26
## PersistentVolume {#PersistentVolume}
27
+
27
28
<!--
28
29
PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes
29
30
-->
@@ -437,7 +438,7 @@ PersistentVolumeSpec 是持久卷的规约。
437
438
438
439
cephfs 表示在主机上挂载的 Ceph FS,该文件系统挂载与 Pod 的生命周期相同。
439
440
440
-
<aname="CephFSPersistentVolumeSource"></a>
441
+
<aname="CephFSPersistentVolumeSource"></a>
441
442
**表示在 Pod 的生命周期内持续的 Ceph Filesystem 挂载。cephfs 卷不支持所有权管理或 SELinux 重新打标签。**
glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: https://examples.k8s.io/volumes/glusterfs/README.md
1031
-
1032
-
<a name="GlusterfsPersistentVolumeSource"></a>
1033
-
*Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.*
1034
-
-->
1035
-
1036
-
-**glusterfs** (GlusterfsPersistentVolumeSource)
1037
-
1038
-
glusterfs 表示挂接到主机并暴露给 Pod 的 Glusterfs 卷。由管理员进行制备。更多信息:
**表示与 Pod 生命周期相同的 Glusterfs 挂载。Glusterfs 卷不支持所有权管理或 SELinux 重新打标签。**
1043
-
1044
-
<!--
1045
-
- **glusterfs.endpoints** (string), required
1046
-
endpoints is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
1047
-
1048
-
- **glusterfs.path** (string), required
1049
-
path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
1050
-
1051
-
- **glusterfs.endpointsNamespace** (string)
1052
-
endpointsNamespace is the namespace that contains Glusterfs endpoint. If this field is empty, the EndpointNamespace defaults to the same namespace as the bound PVC. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
1053
-
1054
-
- **glusterfs.readOnly** (boolean)
1055
-
readOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
0 commit comments