We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently we either run all Cilium tasks or we don't run any:
cilium-cli/sysdump/sysdump.go
Line 1390 in e04100b
Ideally, we would split these tasks into groups:
And have similar logic to
Lines 1593 to 1601 in e04100b
This would allow us to report a bit more concise output of what was/wasn't detected at the beginning of running sysdump, something like:
Cilium components detected:
And then we wouldn't need to report all information for subtasks (like "Collecting ..." for things that don't exist) and only report ones that failed.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Sorry, something went wrong.
This issue has not seen any activity since it was marked stale. Closing.
No branches or pull requests
Proposal / RFE
Currently we either run all Cilium tasks or we don't run any:
cilium-cli/sysdump/sysdump.go
Line 1390 in e04100b
Ideally, we would split these tasks into groups:
And have similar logic to
cilium-cli/sysdump/sysdump.go
Lines 1593 to 1601 in e04100b
This would allow us to report a bit more concise output of what was/wasn't detected at the beginning of running sysdump, something like:
Cilium components detected:
And then we wouldn't need to report all information for subtasks (like "Collecting ..." for things that don't exist) and only report ones that failed.
The text was updated successfully, but these errors were encountered: