Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 332 Bytes

File metadata and controls

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

问题描述

pvc terminating

pvc在删除时,卡在terminating中。

解决方法

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