Conversation
|
Skipping CI for Draft Pull Request. |
|
Images are ready for the commit at 8863173. To use with deploy scripts, first |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #12608 +/- ##
==========================================
- Coverage 48.27% 48.27% -0.01%
==========================================
Files 2422 2422
Lines 172783 172783
==========================================
- Hits 83415 83413 -2
- Misses 82630 82631 +1
- Partials 6738 6739 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
image/templates/helm/stackrox-secured-cluster/templates/collector.yaml.htpl
Outdated
Show resolved
Hide resolved
image/templates/helm/stackrox-secured-cluster/templates/collector.yaml.htpl
Outdated
Show resolved
Hide resolved
image/templates/helm/stackrox-secured-cluster/templates/collector.yaml.htpl
Outdated
Show resolved
Hide resolved
image/templates/helm/stackrox-secured-cluster/templates/collector.yaml.htpl
Outdated
Show resolved
Hide resolved
image/templates/helm/stackrox-secured-cluster/templates/collector.yaml.htpl
Show resolved
Hide resolved
- Whitespace trimming - Formatting - Condition update
|
@Maddosaurus: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
|
If everyone is okay with the changes, please merge this PR if possible. |
Extend Helm chart to support node indexing in the compliance container.
Description
For Node Indexing to work on the compliance container, some changes to the Helm chart are needed.
Namely, we are mounting a small part of the Node filesystem as read only, and set the fitting environment variables.
User-facing documentation
Testing and quality
Automated testing
How I validated my change
Used the updated Helm chart to deploy, then manually changed the images to the ones from #12448, which contain the new code.
Used the updated Helm chart to deploy to OpenShift 4 and to a GKE cluster. On the GKE cluster I verified that the deployment is functional and does not contain any of the settings needed for Node Indexing.