Tom Friedhof

Results 4 comments of Tom Friedhof

I ran into this issue as well. Setting the node version to `16` worked for me: ``` - uses: actions/setup-node@v2 with: node-version: '16' ```

It doesn't look like this was built to work for iOS. If you do a search for any of the channel methods in the repo, you won't find any. There...

This is also an issue when attempting to use the Synology CSI as documented here: https://docs.siderolabs.com/kubernetes-guides/csi/synology-csi#run-performance-tests The pod fails to mount with this error: ``` MountVolume.MountDevice failed for volume "pvc-9c255fd4-1c4e-4d41-a944-dfd7a0e7e2e0"...

I ended up using his repo instead to get things working https://github.com/QuadmanSWE/synology-csi-talos. The repo referenced from the talos documentation seems to be out of date.