Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 332 Bytes

pvc-terminating.md

File metadata and controls

26 lines (21 loc) · 332 Bytes
title weight catalog date subtitle header-img tags catagories
PVC Terminating
4
true
2019-06-23 09:22:24 -0700
问题排查
问题排查

问题描述

pvc terminating

pvc在删除时,卡在terminating中。

解决方法

kubectl patch pvc {PVC_NAME} -p '{"metadata":{"finalizers":null}}'