Update content/zh/docs/concepts/storage/storage-classes.md
Co-Authored-By: Qiming Teng <tengqim@cn.ibm.com>
This commit is contained in:
parent
37c24b23c1
commit
dcaa74cde2
|
@ -162,7 +162,7 @@ whatever reclaim policy they were assigned at creation.
|
|||
-->
|
||||
### 回收策略
|
||||
|
||||
由 StorageClass 动态创建的 PersistentVolume 会在的 `reclaimPolicy` 字段中指定回收策略,可以是
|
||||
由 StorageClass 动态创建的 PersistentVolume 会在类的 `reclaimPolicy` 字段中指定回收策略,可以是
|
||||
`Delete` 或者 `Retain`。如果 StorageClass 对象被创建时没有指定 `reclaimPolicy` ,它将默认为 `Delete`。
|
||||
|
||||
通过 StorageClass 手动创建并管理的 PersistentVolume 会使用它们被创建时指定的回收政策。
|
||||
|
|
Loading…
Reference in New Issue