v2.5.1
版本发布时间: 2022-10-27 14:53:43
kubernetes/cloud-provider-alibaba-cloud最新发布版本:v2.8.0(2023-10-16 21:29:13)
Image
registry.${region}.aliyuncs.com/acs/cloud-controller-manager-amd64:v2.5.1
Features
- Support to manage NLB (Network Load Balancer) instances. If you set
Type=LoadBalancer
&loadbalancerClass=alibabacloud.com/nlb
for a service, the CCM automatically creates a NLB instance for the serivce, and configures listeners and backend server groups. See help doc for more usage.
Only supported for Kubernetes 1.24 and above. - Support to create different types of load balancers accroding to the service
loadBalancerClass
.
If you not setloadBalancerClass
for a service, the CCM creates a CLB instance by default; if you setloadbalancerClass=alibabacloud.com/nlb
, the CCM creates a NLB instance.
Only supported for Kubernetes 1.24 and above.
Improvements
- Fix the bug that the service which reuses a IPv6 CLB cannot be deleted.
- Fix the bug that can not delete nodes occasionally.
- Call openAPIs with HTTPS protocol as default.