This message was deleted.
# kubernetes
s
This message was deleted.
b
yes it should, do you have a default VPC in the region you're installing it? some accounts delete it
a
Yes, I have a default VPC in the region. It does have the old style shorter VPC ID if that makes a difference.
b
does it have subnets in it? this is where we detect the VPC. https://github.com/pulumi/pulumi-eks/blob/c0d357bdf3f283006f8b0a6cd4bc2f1c09df34c0/nodejs/eks/cluster.ts#L399-L404
Copy code
export const vpc = aws.ec2.getVpc({ default: true }
Should return something
a
I ended up explicitly creating a VPC and subnets.