Azure / vm-scale-sets

A repo for managed Azure VM scale sets, including preview programs and reporting issues.
MIT License
25 stars 20 forks source link

Deleting VM instance deleted entire scale set from Load Balancer ??? #74

Open chsukhija opened 2 years ago

chsukhija commented 2 years ago

Repro Steps 1) Add a VMSS in a Loadbalancer Backend pool. 2) Delete any node that is part of the VMSS 3) The VMSS will get deleted from the Backend pool of LoadBalancer

We were able to reproduce this issues and is similar to https://github.com/Azure/vm-scale-sets/issues/8

chsukhija commented 2 years ago

Deleting a single node will cause VMSS removal from Backend pool image