Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
darrellschrag opened this issue Dec 18, 2024 · 1 comment
Open

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

darrellschrag opened this issue Dec 18, 2024 · 1 comment
Labels
enhancement New feature or request internal-synced

Comments

@darrellschrag
Copy link

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

@darrellschrag darrellschrag added the enhancement New feature or request label Dec 18, 2024
@darrellschrag
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request internal-synced
Projects
None yet
Development

No branches or pull requests

2 participants