Travis Glenn Hansen
Travis Glenn Hansen
That's enough info actually. The controller version is in the deployment manifest. Thanks!
@asc-adean looking at the code this appears to be a response to an API call from FreeNAS but not certain yet. Did you use the default `class.yaml` as well? If...
@asc-adean any luck?
@totallyGreg can/are you running over http for the FreeNAS API? If so we can use tcpdump to observe traffic.
@totallyGreg interesting, what's the kubernetes version/environment you're running?
@totallyGreg end up discovering anything? I also use rke so we're pretty close. I haven't updated to the latest build yet though but I have some additional tweaks to make...
I haven't looked into it for a long time but may get a chance. I've actually started work on a `csi` driver to replace this project longer term but that's...
@lmorningstar116 can you send your secrets file over as well (redact the password) and give me some details about the version of FreeNAS you have running? Just spew out as...
@totallyGreg and @lmorningstar116 can you attempt to curl the api directly and see what you get? Something like: ``` curl -v -u 'root:password' "http:///api/v1.0/storage/dataset/Hitachi/test/" curl -v -u 'root:password' "http:///api/v1.0/storage/dataset/vl0/k8s_storage/" ```...
Can you send the output of the appropriate curl command above for your setup? I'm 75% done writing a csi driver at this point too which will support resizing/snapshots/etc. Should...