This message was deleted.
# general
s
This message was deleted.
r
I already found the corresponding pull request in the terraform provider https://github.com/terraform-providers/terraform-provider-azurerm/pull/3422/files#diff-e563dd528aa23a57d557b3ba1949a7ea but the tests listed there are pretty basic setups.
I assume by switching the type of the
agentPoolProfiles
it already triggers some different cluster configuration. Does that already setup the load balancer SKU correctly? Is there a way to specify it explicitly?
Based on this terraform example I assume that all node pools share the same subnet. https://github.com/nyuen/AKS-Articles/blob/master/1-terraform/aks_cluster.tf
Any Azure / AKS gurus here?