Skip to content

v1.9.3.376-g5c84e19-aliyun

Compare
Choose a tag to compare
@gujingit gujingit released this 10 Mar 12:29
· 493 commits to master since this release
5c84e19

Image

registry.${region}.aliyuncs.com/acs/cloud-controller-manager-amd64:v1.9.3.372-gcf3535b-aliyun

Features

  • Support for adding ECS ​​outside the cluster to a virtual server group.
  • When reusing an existing SLB, the label kubernetes.reused.by.user is added to the SLB by default.

Improvements

  • Adjust the number of concurrent service processing threads to optimize the service processing speed.
  • Skip service reconcile caused by the status change of the virtual-kubelet node.
  • The label service.beta.kubernetes.io/exclude-node has been deprecated, please use the new label service.alibabacloud.com/exclude-node instead.
  • When reusing an existing SLB, add resource group verification. The resource group id in the annotation needs to be consistent with the resource group id of the SLB.
  • Optimize the content of Events to improve readability.
  • Optimize the priority of the annotations of the new version and the old version. If the annotations of the new version and the old version have the same name, the annotations of the new version take priority.

Fixed bugs

  • Fix the problem of route deletion failure caused by node configuration error.
  • In the node initialization process, avoid scheduling Pods to nodes whose route has not been created.