Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zarvd committed Mar 7, 2024
1 parent 6e589be commit 2855fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/blog/releases/v1.26.20.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Full Changelog: [v1.26.19..v1.26.20](https://github.com/kubernetes-sigs/cloud-pr
- Fix: Skip attaching/detaching vmss vm to lb backend pool if the vm is not active.

We should not update the VM instance if its provisioning state or power state is not good. This will save a lot of api calls and reduce throttling issues. ([#5364](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5364), [@nilo19](https://github.com/nilo19))
- Fix: The case of load balancer name should be ignored when determing if it is an internal load balancer. ([#5246](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5246), [@nilo19](https://github.com/nilo19))
- Fix: The case of load balancer name should be ignored when determining if it is an internal load balancer. ([#5246](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5246), [@nilo19](https://github.com/nilo19))
- Fix: azure_loadbalancer.go: don't use service.Name, when service is nil ([#5274](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5274), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))
- Truncate lengthy PIP name. If PIP prefix is lengthy, the PIP name may be longer than 80. If so, the PIP name needs truncation. ([#5256](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5256), [@lzhecheng](https://github.com/lzhecheng))

Expand Down

0 comments on commit 2855fd1

Please sign in to comment.