I am running a Kubernetes cluster in GCP and using a local SSD as the persistent disk for a CouchDB service. I've checked today and the disk just disappeared, it is not accessible anymore and thus I can't access my data.
When I run lsblk
to see the available disks I can't see it anymore. Checking the logs I see the recurrent error:
"storageclass.storage.k8s.io "manual" not found"
Anyone had faced a similar issue? Any hope of recovering my data?
Thanks in advance.