-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
General state of cluster is not fetched for logs #787
Comments
/assign @smoshiur1237 |
Please link the PRs if there are any related to this Issue, if I remember correctly there were work done related to this. |
There are no PRs related to this yet, we only fixed log collection, but did not add anything related to global state of clusters. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
We are missing all the key indicators where to begin debugging, like
kubectl get pods -A
. We do fetch all individual logs and describes from all containters, but we don't have a clue where to look as no top-level listing is grabbed.Add at least:
The text was updated successfully, but these errors were encountered: