For the complete documentation index, see llms.txt. This page is also available as Markdown.

PVC Terminating

问题描述

pvc terminating

pvc在删除时,卡在terminating中。

解决方法

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

最后更新于