Eddie Torres
Eddie Torres
#1237 Hi @idanl21, are you deploying the driver on Nitro instances?
/kind feature
The Kubelet populates a `CSINode` object for the CSI driver as part of Kubelet plugin registration using the `node-driver-registrar` sidecar container. The correct volume attach limit is **only** reported via...
@sok1234 The `attachable-volumes-aws-ebs` count displayed when running `kubectl describe nodes` is not relevant in any way. The `CSINode` object `Allocatables` property is what you want to be looking at, which...
@sok1234 Your calculation is correct and I would expect to see an attachment limit of 23 (as reported) given the instance has 4 ENIs. The max number of attachments is...
This is intended behavior if `reclaimPolicy: Retain` is specified in your `StorageClass` manifest. See #1071
@shinji62 Thanks for providing the StorageClass manifest. I just ran through the [dynamic provisioning example](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/tree/master/examples/kubernetes/dynamic-provisioning) and was not able to reproduce this. The deletion of a PVC object bound to...
Thanks for providing the logs. From looking at the stack trace, the `csi-provisioner` sidecar seems to crash due to an unhandled exception [here ](https://github.com/kubernetes-csi/external-provisioner/blob/b67655857d4800483928fe62e17660175bcb6ef0/pkg/controller/controller.go#L1163)when deleting the volume. I suggest reporting...
@[amilanoski](https://github.com/amilanoski) This is actually abnormal behavior. ~~This is not a bug and currently expected behavior~~. To clarify: Amazon EBS automatically creates a unique AWS managed key in each Region where...
/hold public ECR registry alias needs to be changed before merging.