Matthew Wong
Matthew Wong
/kind bug **What happened?** https://github.com/kubernetes-sigs/aws-ebs-csi-driver/issues/729
same people will maintain the chart, just considering moving it to a different repo depending on what users expect/find most convenient. pros: - fewer helm repos for users to deal...
/kind cleanup I would like all AWS CSI maintained helm charts to be consistent. I am currently working on the FSx helm chart. Most inconsistencies require breaking changes (must release...
Similar to https://github.com/kubernetes-sigs/aws-ebs-csi-driver, community gcr `k8s.gcr.io/provider-aws/aws-efs-csi-driver` should be the canonical source of images. Docker Hub has throttling now. Current push destinations: 1. Docker Hub: amazon/aws-efs-csi-driver 2. GitHub registry 3. EKS...
**Is this a bug fix or adding new feature?** refactoring **What is this PR about? / Why do we need it?** housekeeping/refactoring to make pkg/cloud better resemble EBS https://github.com/kubernetes-sigs/aws-ebs-csi-driver/tree/master/pkg/cloud after...
**Is this a bug fix or adding new feature?** **What is this PR about? / Why do we need it?** https://github.com/kubernetes-sigs/aws-fsx-csi-driver/issues/218 this shoudl make the build faster since we can...
**Is this a bug fix or adding new feature?** /bug **What is this PR about? / Why do we need it?** While debugging some kubelet issue and restarting kubelet a...
/kind bug **What happened?** The test fails because it tries to determine what security group to create the FSx file system in using kops-specific ec2 instance tags . https://github.com/kubernetes-sigs/aws-fsx-csi-driver/blob/master/tests/e2e/cloud.go#L46 The...
/kind bug **What happened?** Old TODO: https://github.com/kubernetes-sigs/aws-fsx-csi-driver/blob/master/tests/e2e/conformance_test.go#L136 IIRC we are skipping the DynamicPV tests because of an issue in the framework where it would only wait 5 minutes for a...