Eddie Torres
Eddie Torres
Public ECR registry alias has been changed.
@ilanpillemer Glad to hear you were able to get it working. `dnsPolicy: ClusterFirstWithHostNet` changes the DNS resolver to the cluster's DNS which is an interesting point to note, thanks for...
Can you provide the output of `kubectl logs your-ebs-csi-controller-here -n kube-system -c liveness-probe` ?
Thanks for providing the events, it gives helpful context, but we want to take a look at the liveness-probe _container logs_ which might give more insight here. Please provide the...
Hey, thanks for raising this up. My understanding is that when deleting a PVC, the corresponding PV gets "released". Since the PV may contain sensitive data, it should not be...
Currently, EBS doesn't support volume cloning. The driver can add support for cloning if/when EBS adds support for this.
/lifecycle frozen
Hi @zerkms, please upgrade to [v2.7.0](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/charts/aws-ebs-csi-driver/CHANGELOG.md#v270)+ which likely fixes this issue.
Hi @mstefany, thanks for reporting this. My understanding is that this is not a CSI driver bug; bind mounting `/var/lib/kubelet` is [not intended behavior](https://github.com/kubernetes/kubernetes/issues/105323#issuecomment-1126364641). I would suggest changing the Kubelet...