AKS' temporary_name_for_rotation
should also work for os_disk_type
and zones
#21762
Closed
1 task done
Is there an existing issue for this?
Community Note
Description
The feature itself is working great if you change the VM Sku. Sadly it wants to recreate the AKS resource on changes of
os_disk_type
:This is the same for
zones
. The AKS resource will be destroyed and created again if the availablity zones are changed.In the past we have migrated such nodepools the same way the provider is doing it now with the temporary nodepool. Therefore I see no reason to not support those cases as well.
Expected behavior:
On changing the
os_disk_type
orzones
the same behavior is applied as it is with changing the VM size.New or Affected Resource(s)/Data Source(s)
azurerm_kubernetes_cluster
Probablyt his if:
terraform-provider-azurerm/internal/services/containers/kubernetes_cluster_resource.go
Line 2066 in fbf5346
Potential Terraform Configuration
-
References
The text was updated successfully, but these errors were encountered: