ConnorJC

Results 147 comments of ConnorJC

/remove-lifecycle stale Is there still interest in this? We at the EBS CSI Driver are also impacted by sidecar vulns.

/remove-lifecycle stale Still wanted and not in external-dns to my knowledge. @altreze no, I did not

I think the issue here is that driver-managed volumes are being "double counted". If the node already has driver-managed volumes attached (for example, because of a driver restart or upgrade),...

@jmhwang7 also, in the meantime, as a temporary fix you can manually supply the max number of volumes, with the helm parameter `node.volumeAttachLimit` (https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/charts/aws-ebs-csi-driver/values.yaml#L195), or the command line parameter `--volume-attach-limit`...

Hi all, sorry we didn't catch this! Firstly, if you want to upgrade to helm chart 1.11.0, you can do so by pre-deleting the `CSIDriver` object, for example with `kubectl...

cc @olemarkus I know you were going to update the kops version of the addon soon, you'll either need custom logic to replace the `CSIDriver` or opt to use the...

> how to clean up the state so ebs driver is not trying to delete something that does not exists anymore? Delete any PV/PVC that references a volume that was...