Qi Ni
Qi Ni
#### What happened: Deleting LB will sometimes succeed with code 204, but the request doesn't reach NRP side, and the LB doesn't get deleted. We should try to GET the...
#### What happened: The 404 is ignored when [removing load balancer](https://github.com/kubernetes-sigs/cloud-provider-azure/blob/master/pkg/provider/azure_loadbalancer.go#L185) because we don't want to block the service deletion if the end user proactively removes the azure resources. But...
#### What would you like to be added: According to https://github.com/kubernetes/api/blob/master/core/v1/types.go#L4434, we need to introduce a new annotation to replace the loadBalancerIP, as it will be removed in the future....
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] Both some existing e2e tests (e.g., `cloud-provider-azure-autoscaling-multipool`) and some testing scenarios we...
#### What type of PR is this? /kind bug #### What this PR does / why we need it: We parse the id of ipConfigs in the lb backend pool...
#### What would you like to be added: beta.kubernetes.io/instance-type failure-domain.beta.kubernetes.io/region failure-domain.beta.kubernetes.io/zone are still applied on nodes by cloud-node-manager According to https://learn.microsoft.com/en-us/azure/aks/use-labels#deprecated-labels, they have been deprecated since v1.25.0. We should avoid...
#### What happened: [`ss.ensureVMSSInPool` parse the VMSS name that needs join the lb backend pool by node providerID](https://github.com/kubernetes-sigs/cloud-provider-azure/blob/beec134b47515ebd97784f61caacad2ebb1209cc/pkg/provider/azure_vmss.go#L1256). However, when we scale out VMSS from 0, the providerID of the...
#### What happened: We only decouple VMSS with non-zero capacity from the LB when updating from NIC to IP-based Load Balancer. #### What you expected to happen: VMSS with zero...
#### What would you like to be added: Ref: https://github.com/ovn-org/ovn-kubernetes/pull/4012 We can set unused fields to nil to save caching memories. This depends on client-go v0.29, which will be released...
#### What would you like to be added: New design of multiple standard load balancer support per cluster. #### Why is this needed: Compared to the current version, this new...