ibm-cloud-architecture / terraform-icp-aws

This Terraform configurations uses the AWS provider to provision virtual machines on AWS to prepare VMs and deploy IBM Cloud Private on them. This Terraform template automates best practices learned from installing ICP on AWS at numerous client sites in production.
9 stars 30 forks source link

Don't provision master until after workers #23

Closed ph-One closed 2 years ago

ph-One commented 5 years ago

I ran into an issue where I hit a resource limit on my worker instance types and before that was resolved, the master was already trying to do work -- it was failing bc of the missing hosts file, but the point is the master shouldn't even provision until after the other nodes are there. It might be worth considering placing a dependency on some of these instances.

There may need to be a larger discussion on the topic, but I believe this is a start.