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
When there is only a job in my kubernetes cluster, Weave Scope does not show the topology of the pod created by this job.
I have debugged the code and found that Scope only calculates the topology when cronJob exists. And looks like when there are more than one cronJob, job selector will register many times.
What you expected to happen?
When there is only a job in my kubernetes cluster, Weave Scope does not show the topology of the pod created by this job.
I have debugged the code and found that Scope only calculates the topology when cronJob exists. And looks like when there are more than one cronJob, job selector will register many times.
https://github.com/weaveworks/scope/blob/master/probe/kubernetes/reporter.go#L664
What happened?
How to reproduce it?
Anything else we need to know?
Versions:
Logs:
or, if using Kubernetes:
The text was updated successfully, but these errors were encountered: