Hello guys, does anybody have experience with the ...
# ask-the-community
b
Hello guys, does anybody have experience with the deployment on aws, I’m currently working with the manual guide for EKS and automate most of the steps except the ALB, when I’m push the chart values I have this error: Note: the private subnets for the eks nodes have the tags from the guide.
d
Hey @Byron Murillo what's the output of
kubectl get deployment -n kube-system
?
b
Hey @David Espejo the ouput is the same than the guide, the pods are running
d
For the EKS automation, did you use the Terraform module?
b
Yes, for the subnets and rds too
d
Well there's a very similar issue that was reported for the ALB v2.3.1 here. Seems like some (then) undocumented requirements in the terraform module
152 Views