Qi Ni

Results 28 issues of 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...

good first issue
kind/bug

#### 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...

kind/bug
lifecycle/stale

#### 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....

good first issue
kind/feature
lifecycle/stale

/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...

kind/feature
lifecycle/stale

#### 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...

release-note
approved
kind/bug
cncf-cla: yes
size/L

#### 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...

kind/feature

#### 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...

kind/bug

#### 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...

kind/bug

#### 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...

kind/feature
lifecycle/rotten

#### 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...

kind/feature
lifecycle/rotten