Skip to content

V1.3.0

Compare
Choose a tag to compare
@Inbaraj-S Inbaraj-S released this 07 Nov 08:55
· 49 commits to main since this release
642ca75

Support for flannel

You can now set up the OCI native ingress controller to load balance and route incoming traffic to pods running on worker nodes in a Kubernetes cluster that is using the flannel CNI plugin for pod networking. Previously, you could only set up the OCI native ingress controller when the cluster was using the OCI VCN-Native Pod Networking CNI plugin for pod networking.

Native Ingress Controller will be using the externalTrafficPolicy mentioned in the service detail to determine the worker node addition strategy to the LB Backendset.

In simple terms:
Local - Add only the worker nodes which have pods deployed to them.
Cluster - Add all the worker nodes to the backendset.

Changes

Full Changelog: v1.2.0...v1.3.0