Alex Marston

Results 16 comments of Alex Marston

👍 would be great to have this merged, fixes some issues we're having with cluster access @foot any plans to push this through?

[v1.29.0](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/releases/tag/v1.29.0) has been released which contains the fix.

@primeroz do you have the logs from the driver, when your node was disrupted? (also, would be useful for you to increase your log level while collecting these)

OK, I've been able to test this by manually tainting a node and then running the preStop hook with: `k exec ebs-csi-node-l7zzf -- "/bin/aws-ebs-csi-driver" "pre-stop-hook"` The preStop hook is doing...

You won't see the logs from the preStop hook handler, as they are not logged in the same way normal pod stdout is. You will be able to see if...