Azure / azure-service-operator

Azure Service Operator allows you to create Azure resources using kubectl
https://azure.github.io/azure-service-operator/
MIT License
735 stars 194 forks source link

Support deleting individual VMSS VMs #2895

Open matthchr opened 1 year ago

matthchr commented 1 year ago

Describe the current behavior The VMSS can be scaled/deleted as a whole, but individual VMs cannot be acted on.

Describe the improvement Allow users to manage VMs individually through ASO

Additional context CAPZ needs this, see https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/main/azure/services/scalesetvms/client.go

matthchr commented 1 month ago

Still interested in doing this, but the need from CAPZ doesn't seem super urgent and no other users have asked for it yet.