Hi Lowry, Longhorn CLI is not installed on any POD, because its main usage is to install on the nodes all the necessary dependencies before to install Longorn. However, if you want to delete some snapshots from your system , you can't do that with the CLI, you can do it via Longhorn UI.
☝️ 1
b
bland-article-62755
03/10/2025, 3:05 PM
Additionally, if there's a LOT, or they're hidden system backups for some reason, you can just use
kubectl
(ie
kubectl get snapshots -A
)
i
important-petabyte-50139
03/10/2025, 9:29 PM
Thanks for the info. I thought there was a bug in the UI because I got a "too many snapshots" error but was sure that I'm cleaning them up every night via cron ... turns out I overlooked one PV which had indeed too many snapshots. So, as so often the error happened in front of the screen, not behind it.