You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Description
When using this module, you have the ability to select from the following values for when the the cluster is ready:
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
The text was updated successfully, but these errors were encountered: