Allow upgrades on azure without Terraform changes on LBs created from within Kubernetes (#3257)

* k8s: use separate lb for K8s services on azure

* terraform: introduce local revision variable and data resource

* terraform: azure: dont expose full nodeport range

* docs: add Azure load balancer migration
This commit is contained in:
3u13r 2024-10-09 11:31:17 +02:00 committed by GitHub
parent 2dcea4fa63
commit 2854136192
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 75 additions and 13 deletions

View file

@ -122,6 +122,7 @@ resource "azurerm_linux_virtual_machine_scale_set" "scale_set" {
instances, # required. autoscaling modifies the instance count externally
source_image_id, # required. update procedure modifies the image id externally
source_image_reference, # required. update procedure modifies the image reference externally
network_interface[0].ip_configuration[0].load_balancer_backend_address_pool_ids
]
}
}