-
Notifications
You must be signed in to change notification settings - Fork 47
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
Cluster creation failed #84
Comments
Cluster was created. But, not sure why terraform apply got timed out/failed with below error Error: Error waiting for cluster (lkc-132dv) to be ready: context deadline exceeded |
Could some one assist on this please ? Tried with below version (Terraform 0.13v) |
While trying to create a dedicated Confluent cluster, I get the same timeout at around 20 minutes into creation. Similarly to the case of @NareshAnaparthi, cluster got created in the end, but Terraform failed.
As per Confluent documentation, it can take up to 24 hours in order to provision dedicated clusters. @Mongey, is it possible to parametrize timeout for cluster types in order to allow more time for creation of dedicated clusters? @NareshAnaparthi, did you end up finding a way to work around this issue?
|
Hi,
Tried to provision standard cluster using below template and failed after some time as shown below. Any inputs really helps. Thank you
resource "confluentcloud_kafka_cluster" "cluster" {
name = var.cluster_name
service_provider = "azure"
region = "westus2"
availability = "HIGH"
environment_id = module.environment.environment_id
deployment = {
sku = "STANDARD"
}
}
_....
confluentcloud_kafka_cluster.cluster: Still creating... [18m30s elapsed]
confluentcloud_kafka_cluster.cluster: Still creating... [18m40s elapsed]
confluentcloud_kafka_cluster.cluster: Still creating... [18m50s elapsed]
confluentcloud_kafka_cluster.cluster: Still creating... [19m0s elapsed]
confluentcloud_kafka_cluster.cluster: Still creating... [19m10s elapsed]
confluentcloud_kafka_cluster.cluster: Still creating... [19m20s elapsed]
confluentcloud_kafka_cluster.cluster: Still creating... [19m30s elapsed]
confluentcloud_kafka_cluster.cluster: Still creating... [19m40s elapsed]
confluentcloud_kafka_cluster.cluster: Still creating... [19m50s elapsed]
Error: Error waiting for cluster (lkc-132dv) to be ready: context deadline exceeded
on main.tf line 40, in resource "confluentcloud_kafka_cluster" "cluster":
40: resource "confluentcloud_kafka_cluster" "cluster" {
Makefile:149: recipe for target 'apply_dev1_westus2_confluent_kafka_test' failed
make: *** [apply_dev1_westus2_confluent_kafka_test] Error 1_
The text was updated successfully, but these errors were encountered: