Skip to content

Load Balancer Operator v1.5.0

Compare
Choose a tag to compare
@XudongLiuHarold XudongLiuHarold released this 10 Jan 06:15
87458b7

Release Load Balancer Operator v1.5.0

Features:

  • Support Load Balancer and Ingress Service(a.k.a AKO) 1.6.1, Kubernetes 1.22 and cluster API v1beta1.
  • Expose all AKO configurations in AKODeploymentConfig, significantly reducing multi-cluster condition AKO configuration complexity.
  • Support AKO NodePortLocal feature in multi-cluster conditions (This feature requires cluster's CNI is Antrea).
  • VIP network separation feature in alpha stage.

Enhancements:

  • Change to watch AKO statefulset's annotation to check NSX ALB resource clean-up progress.
  • Improve test coverage by adding more integration and unit test cases.
  • Deprecate all AKO manifest yaml
  • Deprecate AKO image configurations

Fix:

  • Fix configuring NSX ALB usable network issue.
  • Fix didn't handle NSX ALB resource deletion timeout issue.

Known issues:

  • VIP network separation feature:
    • spec.ControlPlaneNetwork configurations can't be omitted even it is empty.
    • there is a race condition when enabling NSX ALB to provide control plane HA, which may cause cluster control plane endpoint change.