-
Notifications
You must be signed in to change notification settings - Fork 98
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
OCPBUGS-23962: adds helm information gather #868
OCPBUGS-23962: adds helm information gather #868
Conversation
Skipping CI for Draft Pull Request. |
ffccb10
to
ea300d0
Compare
/test |
@rluders: The
The following commands are available to trigger optional jobs:
Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test all |
This reverts commit e57a5c1.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ncaak, rluders The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test ci/prow/insights-operator-e2e-tests |
@rluders: The specified target(s) for
The following commands are available to trigger optional jobs:
Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test insights-operator-e2e-tests |
/retest |
/hold Revision c581bc9 was retested 3 times: holding |
/retest |
/unhold |
@rluders: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
@rluders: Jira Issue OCPBUGS-23962: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-23962 has been moved to the MODIFIED state. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[ART PR BUILD NOTIFIER] This PR has been included in build ose-insights-operator-container-v4.15.0-202312020449.p0.g0371ec5.assembly.stream for distgit ose-insights-operator. |
* feat: gather helm information * feat(gather/hemlchart_info): add resource counter * docs: adds helmchart_info sample data * test: adds some unit test for helmchart_gather * test: expanding gather_helm_info tests * feat: adding helmchart gatherer * docs: update gathered-data * Revert "feat: adding helmchart gatherer" This reverts commit e57a5c1. * refactor: revert helmcharts gatherer * style: fix lint errors * refactor(helm_info): remove if for label checking * refactor(gather_info): unexpose labelChartNameKey const * fix: wrong log message * test(helm_gather_info): invalid resources
* feat: gather helm information * feat(gather/hemlchart_info): add resource counter * docs: adds helmchart_info sample data * test: adds some unit test for helmchart_gather * test: expanding gather_helm_info tests * feat: adding helmchart gatherer * docs: update gathered-data * Revert "feat: adding helmchart gatherer" This reverts commit e57a5c1. * refactor: revert helmcharts gatherer * style: fix lint errors * refactor(helm_info): remove if for label checking * refactor(gather_info): unexpose labelChartNameKey const * fix: wrong log message * test(helm_gather_info): invalid resources
* feat: gather helm information * feat(gather/hemlchart_info): add resource counter * docs: adds helmchart_info sample data * test: adds some unit test for helmchart_gather * test: expanding gather_helm_info tests * feat: adding helmchart gatherer * docs: update gathered-data * Revert "feat: adding helmchart gatherer" This reverts commit e57a5c1. * refactor: revert helmcharts gatherer * style: fix lint errors * refactor(helm_info): remove if for label checking * refactor(gather_info): unexpose labelChartNameKey const * fix: wrong log message * test(helm_gather_info): invalid resources
* feat: gather helm information * feat(gather/hemlchart_info): add resource counter * docs: adds helmchart_info sample data * test: adds some unit test for helmchart_gather * test: expanding gather_helm_info tests * feat: adding helmchart gatherer * docs: update gathered-data * Revert "feat: adding helmchart gatherer" This reverts commit e57a5c1. * refactor: revert helmcharts gatherer * style: fix lint errors * refactor(helm_info): remove if for label checking * refactor(gather_info): unexpose labelChartNameKey const * fix: wrong log message * test(helm_gather_info): invalid resources
* feat: gather helm information * feat(gather/hemlchart_info): add resource counter * docs: adds helmchart_info sample data * test: adds some unit test for helmchart_gather * test: expanding gather_helm_info tests * feat: adding helmchart gatherer * docs: update gathered-data * Revert "feat: adding helmchart gatherer" This reverts commit e57a5c1. * refactor: revert helmcharts gatherer * style: fix lint errors * refactor(helm_info): remove if for label checking * refactor(gather_info): unexpose labelChartNameKey const * fix: wrong log message * test(helm_gather_info): invalid resources
* feat: gather helm information * feat(gather/hemlchart_info): add resource counter * docs: adds helmchart_info sample data * test: adds some unit test for helmchart_gather * test: expanding gather_helm_info tests * feat: adding helmchart gatherer * docs: update gathered-data * Revert "feat: adding helmchart gatherer" This reverts commit e57a5c1. * refactor: revert helmcharts gatherer * style: fix lint errors * refactor(helm_info): remove if for label checking * refactor(gather_info): unexpose labelChartNameKey const * fix: wrong log message * test(helm_gather_info): invalid resources
This PR implements a new data enhancement to collect Helm Chart statistics from the cluster.
Categories
Sample Archive
docs/insights-archive-sample/config/helmchart_info.json
Documentation
docs/gathered-data.md
(updated)Unit Tests
pkg/gatherers/workloads/gather_helm_info_test.go
pkg/gatherers/workloads/gather_workloads_info_test.go
(updated)pkg/gatherers/workloads/types_test.go
Privacy
Yes. There are no sensitive data in the newly collected information.
Changelog
Breaking Changes
No
References
https://issues.redhat.com/browse/CCXDEV-12266