Skip to content

Commit

Permalink
Check admission-control status in the secured cluster policies
Browse files Browse the repository at this point in the history
Adds CentralDB to the central status policy.
Make CORE_BPF the default collection method.

Signed-off-by: Jorge Tudela <[email protected]>
(cherry picked from commit b168624)
  • Loading branch information
jtudelag authored and magic-mirror-bot[bot] committed Jun 12, 2024
1 parent 68c2d5a commit b77de12
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
Expand All @@ -10,6 +11,16 @@ status:
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: central-db
namespace: stackrox
status:
conditions:
- status: "True"
type: Available
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: scanner-db
namespace: stackrox
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
scannerComponent: Disabled
perNode:
collector:
collection: EBPF
collection: CORE_BPF
imageFlavor: Regular
taintToleration: TolerateTaints
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ spec:
listenOnUpdates: false
perNode:
collector:
collection: EBPF
collection: CORE_BPF
imageFlavor: Regular
taintToleration: TolerateTaints
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
Expand All @@ -15,3 +16,13 @@ metadata:
namespace: stackrox
status:
numberMisscheduled: 0
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: admission-control
namespace: stackrox
status:
conditions:
- status: "True"
type: Available

0 comments on commit b77de12

Please sign in to comment.