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
Describe the bug
The session_count column in the Admin UI http://admin-ui/scopes/global/workers does not match what the Kubernetes worker reports. The correct information is reported by the worker.
To Reproduce
Steps to reproduce the behavior:
On an existing cluster with Kubernetes workers, create various sessions through the Boundary CLI or Desktop
Debug Boundary Kubernetes worker/pod with a debug container, and run curl localhost:9203/health?worker_info=1. Example:
Describe the bug
The session_count column in the Admin UI http://admin-ui/scopes/global/workers does not match what the Kubernetes worker reports. The correct information is reported by the worker.
To Reproduce
Steps to reproduce the behavior:
curl localhost:9203/health?worker_info=1
. Example:active_session_count
field aboveExpected behavior
The session count should match that reported by the worker
Additional context
Worker version: v0.14.5
Controller version: v0.14.3
The text was updated successfully, but these errors were encountered: