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
Error: Request failed with status code: 400, ServerErrorResponse: {"incidentID":"ab8e2bd5-5076-4162-b2c8-a0b08edef6dd,ab8e2bd5-5076-4162-b2c8-a0b08edef6dd","code":"E1437","description":"The action cannot be completed because it would reduce the worker pool's size below the cluster's minimum requirement of 2 workers. If there are any worker operations pending, you might need wait for them to complete.","type":"BadRequest"}
Expected behavior
Not sure this is possible with the way the terraform code is structured. The default (and other) worker pools are separate items. Creating the cluster that way seems to work, but when you delete worker pools you cannot leave the cluster without at least 2 workers. This causes the delete to fail.
Actual behavior
Would like to be able to destroy the resources the module creates.
Steps to reproduce (including links and screen captures)
Create a cluster using the module with 2 worker pools, one default and another one. Then destroy the created resources. The destroy will fail.
Run terraform apply
Anything else
By submitting this issue, you agree to follow our Code of Conduct
The text was updated successfully, but these errors were encountered:
Affected modules
ocp_base
Terraform CLI and Terraform provider versions
Terraform v1.6.6
on darwin_arm64
Your version of Terraform is out of date! The latest version
is 1.9.8. You can update by downloading from https://www.terraform.io/downloads.html
Terraform output
Error: Request failed with status code: 400, ServerErrorResponse: {"incidentID":"ab8e2bd5-5076-4162-b2c8-a0b08edef6dd,ab8e2bd5-5076-4162-b2c8-a0b08edef6dd","code":"E1437","description":"The action cannot be completed because it would reduce the worker pool's size below the cluster's minimum requirement of 2 workers. If there are any worker operations pending, you might need wait for them to complete.","type":"BadRequest"}
Expected behavior
Not sure this is possible with the way the terraform code is structured. The default (and other) worker pools are separate items. Creating the cluster that way seems to work, but when you delete worker pools you cannot leave the cluster without at least 2 workers. This causes the delete to fail.
Actual behavior
Would like to be able to destroy the resources the module creates.
Steps to reproduce (including links and screen captures)
Create a cluster using the module with 2 worker pools, one default and another one. Then destroy the created resources. The destroy will fail.
terraform apply
Anything else
By submitting this issue, you agree to follow our Code of Conduct
The text was updated successfully, but these errors were encountered: