Michelle Au
Michelle Au
**Is this a BUG REPORT or FEATURE REQUEST?**: > Uncomment only one, leave it on its own line: > > /kind bug /kind feature **What happened**: The script hack/check-golangci-lint.sh is...
In https://github.com/kubernetes-csi/external-attacher/pull/184, we had decided that instead of marking the VolumeAttachment as detached, we would just requeue the volume to have the workqueue process it again. However, this doesn't work...
Before we had skip attach feature, drivers were required to run external attacher, which has a simple mode to always set attached without calling the driver. Now that the skip...
Today, what happens with many block-based plugins is that the disk will be created at the larger size, but the filesystem (from the snapshot) is at the smaller size. Filesystem...
Provision and snapshot tests have a lot of logic built into the test case itself to construct input objects to the functions. For examples: https://github.com/kubernetes-csi/external-provisioner/blob/16a2da32e052db2e2eaa31d51b70b202a9b39319/pkg/controller/controller_test.go#L1487 https://github.com/kubernetes-csi/external-provisioner/blob/16a2da32e052db2e2eaa31d51b70b202a9b39319/pkg/controller/controller_test.go#L2020 I think it would...
Once we move CSINode and Node to informers, we could potentially cache the topologies available in the cluster instead of having to List() and iterate through them every time we...
**Describe the solution you'd like** We have removed many RBAC permissions from Trident for ONTAP deployments. The biggest improvements IMO are: * Separating out daemonset RBACs and reducing it to...
**Describe the bug** 1. We had a network misconfiguration in our environment, so the iscsi session was not able to connect, which resulted in MountDevice failures. 2. Bug 1. After...
Migrating from https://github.com/kubernetes-incubator/external-storage/issues/817 /kind feature
Migrating issue from: https://github.com/kubernetes-incubator/external-storage/issues/1052 /help