-
Notifications
You must be signed in to change notification settings - Fork 829
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the solution you'd like
add to audit docs:
Gatekeeper audit component is designed to run as a singleton because it writes to Constraint CRs, and having multiple instances could lead to conflicting writes.
If your setup only consumes audit results from logs (and does not rely on Constraint status updates), you can safely run multiple replicas. However, we generally don’t recommend this unless you set --total-violations-limit=0.
Anything else you would like to add:
Environment:
- Gatekeeper version:
- Kubernetes version: (use
kubectl version):
Copilot
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request