v1.9.3.376-g5c84e19-aliyun
版本发布时间: 2021-03-10 20:29:07
kubernetes/cloud-provider-alibaba-cloud最新发布版本:v2.8.0(2023-10-16 21:29:13)
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 labelservice.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.