fix style
parent
4f6c57dc85
commit
2b08be5a6a
|
@ -46,8 +46,6 @@ Pod 使用声明作为卷。集群检查声明以查找绑定的卷并为集群
|
|||
|
||||
### 持久化卷声明的保护
|
||||
|
||||
{% assign for_k8s_version="v1.9" %}{% include feature-state-alpha.md %}
|
||||
|
||||
PVC 保护的目的是确保由 pod 正在使用的 PVC 不会从系统中移除,因为如果被移除的话可能会导致数据丢失。
|
||||
|
||||
注意:当 pod 状态为 `Pending` 并且 pod 已经分配给节点或 pod 为 `Running` 状态时,PVC 处于活动状态。
|
||||
|
@ -281,7 +279,6 @@ Kubernetes 管理员可以指定在节点上为挂载持久卷指定挂载选项
|
|||
|
||||
**注意**:不是所有的持久化卷类型都支持挂载选项。
|
||||
|
||||
{: .note}
|
||||
|
||||
以下卷类型支持挂载选项:
|
||||
|
||||
|
@ -498,4 +495,4 @@ spec:
|
|||
|
||||
原文地址:https://kubernetes.iohttps://kubernetes.io/docs/concepts/storage/persistent-volumes/
|
||||
|
||||
译者:[rootsongjc](https://github.com/rootsongjc)
|
||||
译者:[rootsongjc](https://github.com/rootsongjc)
|
||||
|
|
Loading…
Reference in New Issue