Hey, anyone is using ALB with EKS? I'm following t...
# general
m
Hey, anyone is using ALB with EKS? I'm following this tutorial and deployment gets stuck on ingress creation. Looks like ALB is not being created. https://www.pulumi.com/blog/kubernetes-ingress-with-aws-alb-ingress-controller-and-pulumi-crosswalk/
Copy code
error: 2 errors occurred:
    	* resource 2048-game/2048-ingress was successfully created, but the Kubernetes API server reported that it failed to fully initialize or become live: '2048-ingress' timed out waiting to be Ready
    	* Ingress .status.loadBalancer field was not updated with a hostname/IP address.
        for more information about this error, see <https://pulumi.io/xdv72s>
c
check the console and see if it already exists.
m
thanks, that's the problem, it doesn't get created
tags on vpc public subnets were missing:
Copy code
key: <http://kubernetes.io/role/elb|kubernetes.io/role/elb>, value: 1