You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[root@bigip2:Active:Standalone] tmp # diff openshift_passthrough_irule-after openshift_passthrough_irule-before
139d138
< set edge_class "/ocp-cis/Shared/ssl_edge_servername_dg"
143d141
< set dflt_pool_edge ""
146,148d143
< # Get pool for Edge Class
< set dflt_pool_edge [class match -value $servername_lower equals $edge_class]
<
158c153
< if { ($dflt_pool_edge == "") and ($dflt_pool_passthrough == "") } then {
---
> if { $dflt_pool_passthrough == "" } then {
161,165c156
< if { $dflt_pool_edge ne "" } {
< pool $dflt_pool_edge
< } else {
< pool $dflt_pool_passthrough
< }
---
> pool $dflt_pool_passthrough
[root@bigip2:Active:Standalone] tmp #
Setup Details
CIS Version : 2.17.0
Build: f5networks/k8s-bigip-ctlr:latest
BIGIP Version: Big IP 17.1.0.1
AS3 Version: 3.50.2
Agent Mode: AS3
Orchestration: OSCP
Orchestration Version: 4.10.17
Pool Mode: Cluster
Additional Setup details: SDN without tunnel
Description
Traffic to an edge-termination Route keep generation iRule error in /var/log/ltm:
Rule /ocp-cis/Shared/openshift_passthrough_irule <CLIENT_DATA>: Failed to find pool for <pool_name>
The real traffic actually works with 200 OK returned. But the error log keep appearing for any incoming request.
Steps To Reproduce
Run 'tail -f /var/log/ltm' via CLI of BIG-IP.
Run from BIG-IP CLI: curl -kv --resolve app101.corp.com:443: https://app101.corp.com/
Expected Result
There should be no error message in the /var/log/ltm
Actual Result
CIS yaml
The text was updated successfully, but these errors were encountered: