Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在运行一个在 OpenEBS 0.6.0 Jiva 卷上使用的 Mongo DB STS 应用程序,我已经删除了这个应用程序。但它并没有删除相应的 PVC。如何清理我的系统?这是默认行为吗?
这是因为 statefulset 在删除时通常不会删除 PVC。这是为了确保卷仍可用于物理备份类型的要求。这可以通过使用以下命令手动删除
kubectl delete pvc <pvc name> -n <name space>