generated from terraform-ibm-modules/terraform-ibm-module-template
-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
Description
Description
When using this module, you have the ability to select from the following values for when the the cluster is ready:
- MasterNodeReady (not recommended)
- OneWorkerNodeReady
- Normal
- IngressReady
However, there is no way to wait until the module is done. I believe the module completes when one of the following conditions is met. However, there may still be other resources being created that have not yet completed even though the module completes in Terraform.
For example, if I define 2 worker pools, the module will complete once the default worker pool is ready and the cluster ingress status is Ready, for example. But the second worker pool is still not finished. There is now way to wait until the second worker pool is provisioned and ready.
New or affected modules
module.ocp_base
By submitting this issue, you agree to follow our Code of Conduct