Eddie Torres
Eddie Torres
Hi all, this issue is resolved in Amazon EKS 1.34 (and Kubernetes 1.34+) with the Mutable CSI Node Allocatable Count feature, which is now enabled by default in EKS. ###...
/approve Code looks good for migration. @michael-diggin @jacobwolfaws please manually test the scenario where IMDS is not available to validate that there are no regressions in expected behavior before this...
Hey @stevemadere, thanks for reporting this : ) We will treat this as a feature request. Currently, the driver is not officially supported or previously tested by our team in...
/lifecycle frozen
@voliveira-tmx Hi, the driver reports that error because the StorageClass defined above has the following config: ``` csi.storage.k8s.io/fstype: ext4 ``` Multi-attach requires Block mode, see https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/docs/multi-attach.md.
/label tide/merge-method-squash /approve
Hi @just1900, in addition to `ReadOps` and `WriteOps`, the driver exposes [IOPS](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/pkg/metrics/nvme.go#L74C2-L74C17) and [throughput](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/pkg/metrics/nvme.go#L75) exceeded data points via [NVMe metrics](https://docs.aws.amazon.com/ebs/latest/userguide/nvme-detailed-performance-stats.html), which you can alarm on. Please let us know if...
Got it, thank you for clarifying. /priority backlog /retitle [Feature Request] Expose iops & throughput capacity metrics for ebs volume
/sig storage