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
wait_till = "Normal" was added in 1.48.0 however it always fails with: Error: unexpected state 'critical', wanted target 'normal'. last error: %!s(<nil>)
After reproducing locally, I checked the state of the cluster in the UI and it showed as:
All worker nodes in a cluster are up and running. You can access the cluster and deploy apps to the cluster. This state is considered healthy and does not require an action from you.
After a few more minutes, all worker nodes went green:
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform CLI and Terraform IBM Provider Version
Affected Resource(s)
ibm_container_vpc_cluster
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
# Copy-paste your Terraform configurations here - for large Terraform configs,# please share a link to the ZIP file.
wait_till = "Normal" was added in 1.48.0 however it always fails with:
Error: unexpected state 'critical', wanted target 'normal'. last error: %!s(<nil>)
After reproducing locally, I checked the state of the cluster in the UI and it showed as:
![image](https://user-images.githubusercontent.com/29608224/205264239-17972715-a812-4d00-bf1c-a87b64645ea2.png)
However according to the docs, Normal is:
After a few more minutes, all worker nodes went green:
![image](https://user-images.githubusercontent.com/29608224/205264991-ed70035a-8c7e-4444-8ed6-c257f76359f9.png)
Community Note
Terraform CLI and Terraform IBM Provider Version
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
trace.log
Panic Output
Expected Behavior
Cluster provisioning should pass in terraform
Actual Behavior
Error: unexpected state 'critical', wanted target 'normal'. last error: %!s(<nil>)
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: