Seams than your k8s cni can't allocate new one ip for your clusterIp service
quaint-garden-96746
12/05/2019, 9:35 AM
Check manually is it possible to create the same service in k8s cluster
quaint-garden-96746
12/05/2019, 9:42 AM
Also check your cidr prefixs for the clusterip network, is it anough ips for all your services in the cluster
h
hundreds-portugal-17080
12/12/2019, 12:50 AM
thank you very much. I have very less knowledge on cni.... I am using default vpc and my code for single stack is as simple as this:
cluster = new eks.Cluster("datalake-cluster", {
// desiredCapacity: 7,
//minSize: 5,
//maxSize: 7,
desiredCapacity: 5,
minSize: 5,
maxSize: 5,
instanceType: "t2.large",
deployDashboard: false,
}, { customTimeouts: { create: "2m", delete: "2m", update: "2m" } }
and same for 2nd cluster in the same stack...
When you say, check manually, do you mean creating eks using aws UI?
👍 1
hundreds-portugal-17080
12/16/2019, 5:42 AM
figured out there was a limit of number of load balancers per region. we requested for increase and it is working fine now. do you see opportunity for better error handling on the pulumi side @quaint-garden-96746?
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.