-
Notifications
You must be signed in to change notification settings - Fork 669
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
container_vpc_cluster fails for OCP VPC cluster with ALB error #1528
Comments
v1.5.3. I can try again with v1.7.0
|
I think we will have same issue with v1.7.0...The terraform support for ROKS on VPC is completely not available..In the last release we have enhanced the resources to support for ROKS on VPC.. |
encountered the same error for terraform-provider-ibm v1.22.0, openshift v4.5 Error: Error waiting for ALBs in zone (dal12) of cluster (c1km5n7d0pn58scp1e60) to become ready: Error retrieving ALBs for cluster: Request failed with status code: 400, ServerErrorResponse: {"incidentID":"63a905a9c33dd94e-HKG","code":"E3918","description":"This operation is not supported for your cluster's version.","type":"General"} |
I think its from container worker pool attachment resource for openshift can you set this parameter wait_till_albs=false |
changing the default true value to wait_till_albs=false fixed the issue. @hkantare thanks much! |
Hi there,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
Run
terraform -v
to show the version. If you are not running the latest version of Terraform, please upgrade because your issue may have already been fixed.0.12.24
Affected Resource(s)
Please list the resources as a list, for example:
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
Debug Output
Please provider a link to a GitHub Gist containing the complete debug output: https://www.terraform.io/docs/internals/debugging.html. Please do NOT paste the debug output in the issue; just paste a link to the Gist.
Panic Output
If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the
crash.log
.Expected Behavior
What should have happened?
The configuration for the vpc cluster should have been retrieved
Actual Behavior
What actually happened?
An error was returned
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Important Factoids
Are there anything atypical about your accounts that we should know? For example: Running in EC2 Classic? Custom version of OpenStack? Tight ACLs?
References
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example:
The text was updated successfully, but these errors were encountered: