-
Notifications
You must be signed in to change notification settings - Fork 43
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
Unable to Run Scheduled scans #594
Comments
@AdonisOkpidi we have 2 competing scan options: scheduled scans and continuous scanning. |
@matthyx We would like the scheduled scan option too as it’s a requirement. If we had a license, would we be able to have both scans enabled at the same time? |
yes, this is a technical limitation we don't have with the platform because we don't rely on continuous scans |
What do you mean by 'finish continuous scanning this year' Does this mean continuous scanning would be able to run scans on a scheduled basis? Also would it be possible to trigger a rescan without relying on kubescape scheduler?? |
Overview
The
kubescapeScheduler
andkubevulnScheduler
are not enabled and so the cronjobs for scheduled scanning are not created including the configmaps, cronjobs and networkpolicy.Environment
Steps To Reproduce
helm-charts/charts/kubescape-operator/templates/kubescape-scheduler/cronjob.yaml
Line 5 in f085cc3
helm-charts/charts/kubescape-operator/templates/_common.tpl
Lines 47 to 58 in f085cc3
{{- $submit := not (empty .Values.server) -}}
does not allow for empty server value which means the value would never be true and hence why the cronjobs and configmaps are not created.Expected behavior
configmaps, cronjobs and networkpolicies enabled for scheduled scanning to be possible.
The text was updated successfully, but these errors were encountered: