Skip to content

v2.4.0

Compare
Choose a tag to compare
@gujingit gujingit released this 23 Jun 09:31
· 208 commits to master since this release
98c276a

Image

registry.${region}.aliyuncs.com/acs/cloud-controller-manager-amd64:v2.4.0

Features

  • The annotation service.beta.kubernetes.io/alibaba-cloud-loadbalancer-instance-charge-type can be used to set loadbalancer instance charge type .
  • The annotation service.beta.kubernetes.io/alibaba-cloud-loadbalancer-tls-cipher-policy can be used to configure security policy. Each security policy contains TLS protocol versions and cipher suites available for HTTPS. Only HTTPS are supported.
  • CCM will automatically patch the node.spec.providerID field of the node if this field is empty when adding a node.
  • Adding the service.k8s.alibaba/loadbalancer-id label to the service in order to record the loadbalancer instance id associated with the service.

Improvements

  • When a node has the ToBeDeletedByClusterAutoscaler taint, the node will not be added to the loadbalancer instance backends.
  • Fixed an issue where conflicting routes could not be deleted when the route CIDR was the same.
  • Optimize the processing of concurrent route synchronization to reduce false warning events.