Michelle Au
Michelle Au
It looks like we check for finalError on `ControllerPublishVolume`: https://github.com/kubernetes-csi/external-attacher/blob/c4cfca3cd22d7437f0a1d712e3fac30211d6ec09/pkg/attacher/attacher.go#L70 But we ignore it later on: https://github.com/kubernetes-csi/external-attacher/blob/c4cfca3cd22d7437f0a1d712e3fac30211d6ec09/pkg/controller/csi_handler.go#L513 And we rely on the driver's implementation of `ControllerUnpublishVolume` to be able to...
If you have hundreds of clusters in the same project, each driver pod calls ListVolumes and has to filter out lot of unrelated PDs. This results in: 1) excessive ListVolumes...
#### What would you like to be added: In 1.25, we [deprecated glusterfs](https://github.com/kubernetes/kubernetes/pull/111485), but did not categorize the PR correctly as a deprecation, so the release note got buried and...
Considering adopting a form of the [kubernetes golang backport process](https://kubernetes.io/blog/2023/04/06/keeping-kubernetes-secure-with-updated-go-versions/) to CSI releases as well. A summary of the process is: 1. In the next minor releases, update to the...
/kind feature So we can remove difficult to maintain logic like https://github.com/kubernetes-csi/csi-release-tools/pull/113/files#diff-c2d96beb8cf73c62f7ae059aff96e381a8d73317df3ce356f36ba6b46338959dR768 https://github.com/kubernetes-sigs/kustomize/blob/master/examples/image.md
we need to use the start/end shas instead
**What happened**: The implementation of IsVolumeFormatted only checks for ntfs filesystem, and it returns false if it doesn't find ntfs. That means it returns unformatted if there's a linux filesystem...
### What happened? A preemptible Node got deleted and recreated with the same name, however during csi driver registration the CSINode object was updated while it still had an ownerReference...
For example, to use a non-default cluster name, I had to modify the variable in 4 different files. Looks like terraform itself doesn't support global variables, but there may be...
Whenever there's a new CSI Proxy proxy release there's no post-release action that makes the binary available to use.