1 Answer
- Newest
- Most votes
- Most comments
2
hello,
The Amazon EBS CSI Driver add-on stuck in deleting state is causing your EKS cluster to malfunction. Try these:
1.Force delete the add-on with eks delete addon --name amazon-ebs-csi-driver --cluster-name <your-cluster-name>.
- Investigate why the deletion is stuck: check EKS cluster logs and Amazon EBS CSI Driver pod health with
kubectl get pods
Here providing troubleshoot links for your issue check it once:
Amazon EKS Troubleshooting Guide: https://docs.aws.amazon.com/eks/latest/userguide/troubleshooting.html
Amazon EBS CSI Driver Documentation: https://docs.aws.amazon.com/eks/latest/userguide/ebs-csi.html
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 5 months ago
