-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use DaemonSet for node scanning (#1134)
* feat: ignore dlv binary * feat: use templated inventory and universal configmap; add daemonset node scanning style * feat: create daemonset instead of deployments, cleanup old deployments * feat: use `inventory_template` file instead of `inventory` to avoid cnspec treating template as config file * scratching the surface of tests updates * feat: remove deployments cleanup * follow-up: remove deployments audit * follow-up: remove deployments audit * fix tests Signed-off-by: Ivan Milchev <[email protected]> * fix: exclude services from assets score check in the integration test * fix: allow deamonsets crud in rbac * cleanup * fix: integration tests (except oom) * follow-up on tests naming * follow-up on tests naming * fix: report node status and oom test * fix: update cronjobs spec to match updated configmap * docs: remove misleading comment (daemon set name) * follow-up: update misleading or unclear naming, comments and messages in test * follow-up: copy-pasted comment not matching the code * bring back the audit conditions test * remove reduntant for loops in configmap related unit-tests * follow-up: correct misleading comment * follow-up: correct var naming * fix: delete daemonset on down and style change * fix: delete deprecated config maps --------- Signed-off-by: Ivan Milchev <[email protected]> Co-authored-by: Ivan Milchev <[email protected]>
- Loading branch information
Showing
14 changed files
with
281 additions
and
503 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.