Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Implement a way to purge any PV/PVCs marked as Released #168

Closed
kqmaverick opened this issue May 4, 2024 · 1 comment
Closed

Implement a way to purge any PV/PVCs marked as Released #168

kqmaverick opened this issue May 4, 2024 · 1 comment
Labels

Comments

@kqmaverick
Copy link

An option to purge any PV/PVCs that are no longer being used would be extremely helpful.

k3s kubectl get pv -A | grep Released
zfs destroy -r <pool>/dataset/<pvc>
k3s kubectl delete pv <pvc>

@kqmaverick kqmaverick changed the title Implement a way to purge any PV/PVCs marked as Retain Implement a way to purge any PV/PVCs marked as Released May 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants