After Kubernetes upgrade NFS backed persistentVolumes no longer work

Recently upgraded from k8s 1.21.x to 1.24.x. Previously NFS backed PV (using NFSProvider) was working well with okteto, after the upgrade to 1.24.x I am getting “warning: error opening database: no locks available (is another instance of syncthing running?)” process=syncthing" when trying to okteto up. We are only using the cli and only using the dev key. Any ideas?

Hi!

Have you tried to destroy the environment and then relaunch it?

okteto down -v
okteto up

This will destroy the PVC that okteto created for you as part of the down command. okteto up will create a new one from scratch.