hashicorp / terraform-provider-azurerm

Terraform provider for Azure Resource Manager
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs
Mozilla Public License 2.0
4.52k stars 4.6k forks source link

azurerm_kubernetes_cluster default pool stuck on creating provisioning state #26318

Open sid1206 opened 3 months ago

sid1206 commented 3 months ago

Is there an existing issue for this?

Community Note

Terraform Version

1.0

AzureRM Provider Version

3.75

Affected Resource(s)/Data Source(s)

azurerm_kubernetes_cluster

Terraform Configuration Files

I am creating azure kubernetes cluster and the terraform apply is stuck in still creating mode and gets timeout. 
Earlier it was running fine but suddenly it is giving this error.

Debug Output/Panic Output

Context deadline exceeded

Expected Behaviour

It should have successfully created the resources

Actual Behaviour

It is been stuck in default nodepool creation state

Steps to Reproduce

No response

Important Factoids

No response

References

No response

rcskosir commented 3 months ago

Thanks for taking the time to open this issue. Can you please provide your terraform configuration as well as the debug output? This information is needed in order to investigate the issue.