Skip to content

v2.5.1

Compare
Choose a tag to compare
@gujingit gujingit released this 27 Oct 06:53
· 193 commits to master since this release
daddcdf

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 set loadBalancerClass for a service, the CCM creates a CLB instance by default; if you set loadbalancerClass=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.