This message was deleted.
# general
a
This message was deleted.
c
I'm not aware of any Kubernetes distros that come with a CSI NFS provisioner, if you want one you should deploy it.
m
That was my guess NFS doesn’t provide an internal provisioner
c
Correct. You can manually create NFS backed volumes, but if you want to use a provisioner you gotta install it.
m
Okay so if i create a storage class (manually build a YAML manifest) and deploy using the NFS CSI driver would it work? I did deploy but need to test if it works
a
Works nicely
m
Good to know thanks @ambitious-plastic-3551 🙏