Skip to content

Commit

Permalink
changing to the EBPF instead of Kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarrata authored Nov 29, 2022
1 parent 0b49cf0 commit 01b64c3
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions bootstrap/roles/ocp4-install-acs/templates/securedcluster.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,25 @@ metadata:
name: stackrox-secured-cluster-services
spec:
clusterName: development
auditLogs:
collection: Auto
admissionControl:
listenOnUpdates: true
bypass: BreakGlassAnnotation
contactImageScanners: DoNotScanInline
listenOnCreates: true
timeoutSeconds: 20
listenOnEvents: true
listenOnUpdates: true
scanner:
analyzer:
scaling:
autoScaling: Enabled
maxReplicas: 5
minReplicas: 2
replicas: 3
scannerComponent: AutoSense
perNode:
collector:
collection: KernelModule
collection: EBPF
imageFlavor: Regular
taintToleration: TolerateTaints
taintToleration: TolerateTaints

0 comments on commit 01b64c3

Please sign in to comment.