Travis Glenn Hansen
Travis Glenn Hansen
Node manual works with any of the protocols available in the project so iscsi, smb, and nfs. There is no cephfs support currently.
Great work! I'm not sure exactly how `Nomad` handles csi secrets, but this is the doc: https://github.com/democratic-csi/charts/blob/master/stable/democratic-csi/examples/freenas-iscsi.yaml#L29-L38 As an FYI, you may want to rename the plugin to `node-manual` simply...
@tgross any chance you can provide some clarity on using stage secrets? This doc https://www.nomadproject.io/docs/other-specifications/volume#secrets indicates those values correlate to the publish secrets.
Did that work? In csi spec there are different secrets at play and per the doc that stanza is not the correct set of secrets.
Wow! I never expected this day to come honestly, someone wanting to run with windows nodes. The short answer is no the project doesn’t support windows atm. It is relatively...
You need dynamic provisioning with truenas? Some ideas for workarounds are here: https://github.com/democratic-csi/democratic-csi/issues/11 I am generally open to integration with the csi proxy project to support windows nodes. It would...
I’ve discussed this a bit with some others and decided to at least dip my toes in the waters as they say. I’d prefer to have a quick call to...
I sent an email, but perhaps it went to spam. I’ve spent a bit of time the last couple days trying to get a development env up and have hit...
No worries, I have what I need at this point. Got a sane development environment up and have successfully made grpc calls to the `csi-proxy` services.
OK, after considerable effort I finally have the csi test suite fully passing against both smb and iscsi with windows nodes. Some notes: - currently limited to k8s only -...