Hi Guys,
TL;DR:
Can’t delete CSI NFS volume. Getting error:
Error deleting volume: Unexpected response code: 500 (controller delete volume: CSI.ControllerDeleteVolume: missing ExternalVolumeID)
The longer version:
I’m kind of a N00b here, but I started with Nomad in my Homelab as a proof of concept for container orchestration for possible application at work.
I’m using an NFS server and used the following tutorial to create CSI NFS volumes:
Nomad: NFS CSI Volume – HashiCorp Help Center
One of these volumes is no longer necessary and I want to delete it, but, it seems Nomad (or CSI) won’t let me.
Can you point me to what I’m doing wrong?
Thanks!
Ronald