Skip to content

v2.3.0

Compare
Choose a tag to compare
@gujingit gujingit released this 21 Mar 07:17
· 260 commits to master since this release
21173d2

Image

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

Features

  • The annotation service.beta.kubernetes.io/alibaba-cloud-loadbalancer-hostname can be used to set hostname for service.
  • The annotation service.beta.kubernetes.io/alibaba-cloud-loadbalancer-established-timeout can be used to configure the established timeout for an SLB instance. Only TCP is supported.
  • The annotation service.beta.kubernetes.io/alibaba-cloud-loadbalancer-request-timeout can be used to configure the request timeout for an SLB instance. Only HTTP & HTTPS are supported.
  • The annoation service.beta.kubernetes.io/alibaba-cloud-loadbalancer-health-check-method can be used to configure the health check method for HTTP health check.

Improvements

  • Verify the format of virtual server group id when reusing an existing virtual server group.
  • Optimize the switch selection to avoid the default switch being empty.
  • Optimize virtual server group synchronization in order to reduce OpenAPI calls.