node_pools within same subnet are created sequentially #26933
Labels
enhancement
service/kubernetes-cluster
upstream/microsoft/waiting-on-service-team
This label is applicable when waiting on the Microsoft Service Team
v/3.x
Is there an existing issue for this?
Community Note
Terraform Version
1.5.7
AzureRM Provider Version
3.114.0
Affected Resource(s)/Data Source(s)
azurerm_kubernetes_cluster_node_pool
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
node_pools are created in parallel with nearly the same 'Creation complete after ' timestamp/duration
Actual Behaviour
All three node_pool 'Creating...' starting at the same time but are processed sequentially causing a longer execution time for our various tests
Steps to Reproduce
na
Important Factoids
No response
References
possibly caused by locks on subnet in kubernetes_cluster_node_pool_resource.go...introduced with kubernetes_cluster_node_pool: Fix race condition with virtual network status when creating node pool #25888
The text was updated successfully, but these errors were encountered: