F5Networks / k8s-bigip-ctlr

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

Controller stops posting changes at runtime when multiple ingress use the same backend #3507

Open MargaGarrido-UPCnet opened 1 month ago

MargaGarrido-UPCnet commented 1 month ago

Setup Details

CIS Version : 2.16.1 and 2.17.1
Build: f5networks/k8s-bigip-ctlr:latest
BIGIP Version: Big IP 15.1.8 Build 0.0.7 Final AS3 Version: 3.26.1
Agent Mode: AS3
Orchestration: K8S
Orchestration Version:
Pool Mode: Cluster
Additional Setup details: Kubernetes version: v1.23.8 Calico v3.24.3

Description

When two ingress resources point to the same service, the controller stops posting any further runtime changes to the F5 Big-IP LTM without showing any reason or error. User modifications do generate new posts to de F5 Big-IP LTM in this situation.

However, if you configure the same scenario but with 2 rules within the same ingress resource, the controller works fine and keeps publishing changes at runtime.

Steps To Reproduce

1) Create an ingress with host ingress1.example.com pointing to service1 2) Create another ingress in the same namespace with host ingress2.example.com pointing to the same service1 3) Delete any pod used by a backend on the F5 from the cluster to recreate it and get a new IP.

Expected Result

The controller should post to BIGIP LTM the new configuration with the new IP for the pod.

Actual Result

The controller detects the change but does not generate any post.

Diagnostic Information

f5_controller_issue.tar.gz

I'm providing the next files:

Observations (if any)

This issue began in CIS version 2.16.1. We suspect that as a result of the next issue resolution https://github.com/F5Networks/k8s-bigip-ctlr/issues/3322

trinaths commented 1 month ago

Created [CONTCNTR-4831] for internal tracking.