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
Try to hit metrics or health endpoints, note connection refused.
Expected Result
I expect to get metrics and hit the listening port defined
# nsenter -t 84051 -n netstat -an
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp6 0 0 :::8080 :::* LISTEN <----!!!!!!!!!!!!!!!!!!!!!
tcp6 0 0 2600:2000:1000:11:44520 2600:2000:1000:1111:443 ESTABLISHED
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags Type State I-Node Path
# nsenter -t 73986 -n netstat -a
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp6 0 0 worker-117.:39014 2600:2000:1000:11:https ESTABLISHED
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags Type State I-Node Path
Diagnostic Information
Observations (if any)
The text was updated successfully, but these errors were encountered:
Setup Details
CIS Version : 2.13.0
Build: f5networks/k8s-bigip-ctlr:2.13.0
BIGIP Version: Big IP 15.1.8
AS3 Version: 3.26
Agent Mode: AS3
Orchestration: K8S
Orchestration Version: 1.21.5
Pool Mode: Nodeport
Additional Setup details: Calico
Description
As described in #2726 I am unable to access the metrics endpoint when using custom-resource-mode=true
Steps To Reproduce
my arguments:
Expected Result
I expect to get metrics and hit the listening port defined
Actual Result
Connection refused
Check listening ports, nothing listening on 8080
Diagnostic Information
Observations (if any)
The text was updated successfully, but these errors were encountered: