-
Notifications
You must be signed in to change notification settings - Fork 674
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
ibm_container_alb_cert destroy not synchronous #1712
Comments
As per the comments we see there is some time delay to delete the secret from the cluster...We will investigate and see can we check for the secret exists before completing resource deletion of ALB CERT |
|
@ifs-pauljegouic,
The configuration applied, didn't see any issues with ibm_container_bind_service. |
Fixed in latest releases v1.16.1 |
Hi there,
Terraform Version
Affected Resource(s)
Use Case
Since there is no integration between Certificate Manager and IKS, we need to apply a workaround to update certificate at the cluster level, when renewing the certificate.
To do so, we would like to take advantage of the
taint
functionnality in Terraform. It provoks a destroy/recreate of the resource, which solve our issue for the moment.But the issue is that the
ibm_container_alb_cert
resource is successfully destroyed, but recreation failed. We need to wait for IKS to actually delete and clean secrets.Taint
ibm_container_alb_cert
Terraform apply: FAIL
Try to re-apply: SUCCESS
Thanks in advance !
The text was updated successfully, but these errors were encountered: