This section lists the new features and issues resolved in AKO Version 1.10.x
Release Notes for AKO Version 1.10.5
- Issue Resolved in AKO Version 1.10.5
-
AKO does not honour readiness probes for pods when Antrea CNI is used with service type
NodePortLocal
. This causes traffic to be black-holed as the NSX Advanced Load Balancer ends up sending traffic to pods before the containers are ready.
Release Notes for AKO Version 1.10.4
- Issue Resolved in AKO Version 1.10.4
-
Static routes are not added due to the error
Unique constraints route_id has duplicated value
when Calico CNI allocates multiple block-affinities for a node and that may result in AKO crash.
Release Notes for AKO Version 1.10.3
- Issue Resolved in AKO Version 1.10.3
-
AKO crashes on reboot in an IPV6 environment with IPV6 ingress or LB service.
AKO does not create a virtual service for ingress/route associated with HTTP Rule where LB Algorithm is not set.
AKO does not choose the correct network reference for VIP subnet and pool placement when there are duplicate networks, with same name, present in the NSX Advanced Load Balancer Controller and the management network is being overridden in the Service Engine Group (SEG). This SEG is defined either in
AviInfrasetting
CRD or in the AKOconfigmap.
- Key Changes in AKO Version 1.10.3
-
The vipNetworkList and nodeNetworkList parameters in values.yaml are updated with new field networkUUID to specify unique network using UUID. You can now specify either the networkUUID or networkName as part of these fields.
The vipNetworks and nodeNetworks in the aviinfrasetting CRD are updated with new field networkUUID to specify network with UUID. You now can specify either networkUUID or networkName as part of these fields.
Release Notes for AKO Version 1.10.2
- What’s New in AKO Version 1.10.2
-
Support for Kubernetes version 1.27
AKO chooses the correct network reference for VIP subnet and pool placement when there are duplicate networks, with same name, present on the NSX Advanced Load Balancer Controller.
- Issue Resolved in AKO Version 1.10.2
-
AKO does not support Service of type LoadBalancer definitions with mixed protocols.
CTRL_CA_DATA env variable from AKO Stateful set definition, violates CNTR-K8-001160.
Release Notes for AKO Version 1.10.1
- What’s New in AKO Version 1.10.1
-
Support for OpenShift Container Platform 4.12.
Default parameters of an L4 and Shared VIP L4 virtual services can be changed through L4 CRD Rule.
Support to configure OAuth or SAML for L7 virtual services through SSORule CRD.
AKO now supports OVN-Kubernetes CNI in OpenShift and Cilium CNI in Kubernetes.
Option to add ICAP profile to an L7 virtual service through HostRule CRD.
Option to enable HTTP2 in an L7 virtual service using
aviinfrasetting
CRD.
- Issues Resolved in AKO Version 1.10.1
-
The virtual services occasionally do not up, showing pool placement issues when CNI is set as
Calico
.Shared VIP service with mixed protocol does not work if one of the protocol is SCTP.
- Known Issue in AKO Version 1.10.1
-
AKO does not support Service of type
LoadBalancer
definitions with mixed protocols.