Travis Glenn Hansen
Travis Glenn Hansen
The node deployment could literally be used standalone by another csi to handle all the node operations. The csi would only need to adhere to the same format for the...
Just to note, a design goal for me was to explicitly *not* require storage/db. I didn’t want to require storage for the thing providing storage :)
Also note, it would be possible to use k8s/crds for the store/db which many csis do. Doing so strictly speaking means the driver won’t work with non-k8s platforms which could...
Welcome! The api driver has been around for some time now and should have few issues. The trouble has been breakage across versions of TN and I have now heard...
I have a ws client already. The problem is the ws api that has been around for ages is deprecated and they are adding a *new* ws api which isn't...
This is expected behavior unless you are also restoring PVCs/PVs to the new cluster. Essentially entirely new volumes are being created and the driver is ensuring they aren’t connected to...
Updated the slack client deps and seems to have resolved the issue. `2.1.0` should have the fix.
@mpeterson thanks! This looks pretty good. Has it been tested? Is the idea that the driver is configured to exec commands over ssh to the vip such that if one...
> @travisghansen this is still a WIP but to check alignment. > > I'm also looking to add it to the CI gate but it seems that the server where...
I haven't gone through all your comments above, but wanted to shout out real quick that *some* of the tests are either expected not to work (or require very specific...