Skip to content

EKS add-ons: Cannot delete Amazon EBS CSI Driver

0

My Amazon EKS is unable to communicate with your Kubernetes cluster API server even though its status is Active. Enter image description here

I found the cause was due to the Add-on: Amazon EBS CSI Driver no longer working with degraded status. I tried to delete it but it has been in deleting status for more than 2 hours. How do I resolve this?

Enter image description here

asked 2 years ago1K views
1 Answer
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>.

  1. 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

EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.