You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Force scan annotation: Add force-node-scan: "true" annotation mechanism for triggering immediate scans, with auto-removal after completion.
scanInterval is mandatory: Mark as (required) and updated the surrounding text to clarify NodeScanConfiguration is primarily for periodic scans.
NodeScanJob requires NodeScanConfiguration: Clarify that without a NodeScanConfiguration, users cannot apply a NodeScanJob, since it holds the configuration used by all jobs.
Inverted owner references: NodeScanConfiguration now owns NodeScanJob and NodeSBOM (Kubernetes GC handles deletion), while Node deletion triggers client-side cleanup by the controller.
force-node-scan: "true"annotation mechanism for triggering immediate scans, with auto-removal after completion.scanIntervalis mandatory: Mark as (required) and updated the surrounding text to clarifyNodeScanConfigurationis primarily for periodic scans.NodeScanJobrequires NodeScanConfiguration: Clarify that without aNodeScanConfiguration, users cannot apply aNodeScanJob, since it holds the configuration used by all jobs.NodeScanConfigurationnow ownsNodeScanJobandNodeSBOM(Kubernetes GC handles deletion), whileNodedeletion triggers client-side cleanup by the controller.