F5Networks / k8s-bigip-ctlr

Repository for F5 Container Ingress Services for Kubernetes & OpenShift.
Apache License 2.0
356 stars 193 forks source link

Add annotations for load balancer #3534

Open avinashchundu9 opened 2 weeks ago

avinashchundu9 commented 2 weeks ago

Title

Add annotations for partition and serviceDownAction for load balancer

Description

Currently, all load balancers are created in the default partition. We do not have a way to build on a different partition. We need this annotation to separate LBs based on annotations.

So applications like Redis and Kafka need serviceDownAction to be set on load balancers. When deploying these applications using HELM charts creating TS is not an option. Adding these annotations will simplify the process.

Solution Proposed

Annotations: cis.f5.com/partition: cis.f5.com/serviceDownAction: reset

trinaths commented 2 weeks ago

Created [CONTCNTR-4856] for internal tracking.