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
Now we grab logs from each Pod and show it to the user. When there are too many replicas in the controller then there might be so much logs that they become unreadable.
Solution (if you have one)
We shouldn't grab logs from all the pods all the time. Probably we should grab logs from the first spawned Pod by default. Annotation to change the number of Pods to pick logs from can be provided.
Additional information
No response
The text was updated successfully, but these errors were encountered:
Before proceeding
Problem
Now we grab logs from each Pod and show it to the user. When there are too many replicas in the controller then there might be so much logs that they become unreadable.
Solution (if you have one)
We shouldn't grab logs from all the pods all the time. Probably we should grab logs from the first spawned Pod by default. Annotation to change the number of Pods to pick logs from can be provided.
Additional information
No response
The text was updated successfully, but these errors were encountered: