Did anyone try to deploy EKS cluster with addons, specifically EBS? I tried using the standard deployment and it esentially works but the deployment timesout after 20 min, due to EBS addon pods not being able to register to worker nodes. Then i need to register the nodes to the cluster and after that the addon works.
Im just wondering if anyone was able to reconcile these things in terraform maybe? How to register nodes while terraform deploys so the EBS addon starts normally