File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- 您需要有一个带有默认[ StorageClass] ( /docs/concepts/storage/storage-classes/ ) 的动态持续卷供应程序,或者自己[ 静态的提供持久卷] ( /docs/user-guide/persistent-volumes/#provisioning ) 来满足这里使用的[ 持久卷请求] ( /docs/user-guide/persistent-volumes/#persistentvolumeclaims ) 。
1
+ 你需要有一个带有默认 [ StorageClass] ( /zh/docs/concepts/storage/storage-classes/ ) 的
2
+ [ 动态 PersistentVolume 供应程序] ( /zh/docs/concepts/storage/dynamic-provisioning/ ) ,
3
+ 或者自己[ 静态的提供 PersistentVolume] ( /zh/docs/concepts/storage/persistent-volumes/#provisioning )
4
+ 来满足这里使用的 [ PersistentVolumeClaim] ( /zh/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims ) 。
2
5
3
6
<!--
4
- You need to either have a dynamic PersistentVolume provisioner with a default
7
+ You need to either have a [ dynamic PersistentVolume provisioner](/docs/concepts/storage/dynamic-provisioning/) with a default
5
8
[StorageClass](/docs/concepts/storage/storage-classes/),
6
- or [statically provision PersistentVolumes](/docs/user-guide /persistent-volumes/#provisioning)
7
- yourself to satisfy the [PersistentVolumeClaims](/docs/user-guide /persistent-volumes/#persistentvolumeclaims)
9
+ or [statically provision PersistentVolumes](/docs/concepts/storage /persistent-volumes/#provisioning)
10
+ yourself to satisfy the [PersistentVolumeClaims](/docs/concepts/storage /persistent-volumes/#persistentvolumeclaims)
8
11
used here.
9
12
-->
You can’t perform that action at this time.
0 commit comments