Skip to content

add ability to wait until the entire module is complete #575

@darrellschrag

Description

@darrellschrag

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions