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