Troubleshooting
Common issues with self hosting
There are a lot of moving parts in eksctl
. Here’s a list of common issues we’ve seen customers run into:
Error while deleting "1 pods are unevictable from node ip"
Error while deleting "1 pods are unevictable from node ip"
This error happens when deleting the cluster and some pods in kube-system
refuse to stop.
To fix this, run the following command and the deletion process should be able to proceed.
Error while deleting "cleaning up AWS load balancers created by Kubernetes objects of Kind Service or Ingress"
Error while deleting "cleaning up AWS load balancers created by Kubernetes objects of Kind Service or Ingress"
This happens when the cluster doesn’t properly delete load balancers. To fix this:
Get load balancers to be deleted
Run this to get the available load balancers
The output should look like this
Delete Extra Load Balancers
Go to EC2 > LoadBalancers (link) and delete the ALBs that have the ingress point names
Restart the delete script, but it should auto resume
The delete script should be able to resume