Eddie Torres

Results 120 comments of Eddie Torres

@olemarkus that sounds good to me, agree with merging `e2e-upgrade` and `e2e` into a single module for now since the test is still relevant. This work is a big step...

Hey @Varunaditya thanks for reporting the issue. Are you able to provide more information about your Kubernetes setup, and a set of minimal reproduction steps if possible? How is the...

The Kubernetes scheduler is the component responsible for scheduling pods, the CSI driver simply reports the attachment limit on the node once during plugin registration. Once the scheduler incorrectly schedules...

Fixed `CreateSnapshot` unit test - turns out, `tc.expInput` is created in the test function while the actual input passed to `CreateSnapshot` is created inside the func, even though the contents...

Upgrading linter for `make verify` in https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1971

Logs captured during manual testing for new middleware handler implementation used to record AWS API metrics: ``` Handling connection for 3301 # HELP cloudprovider_aws_api_request_duration_seconds [ALPHA] ebs_csi_aws_com metric # TYPE cloudprovider_aws_api_request_duration_seconds...

/approve cc: @ConnorJC3 @AndrewSirenko