Open jokoyuliantoro opened 4 months ago
@jokoyuliantoro Is this error continuous ?
Yes, it is continuous.
For your consideration, @trinaths
[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: Failed to find pool for
The real traffic actually works with 200 OK returned. But the error log keep appearing for any incoming request.
Steps To Reproduce
1) Apply this yaml to OCP:
2) Run 'tail -f /var/log/ltm' via CLI of BIG-IP.
3) 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