Gatekeeper Audit
- Canonical Kubernetes
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 25 | 04 Sep 2024 | |
latest/candidate | 23 | 15 Apr 2024 | |
latest/beta | 25 | 14 Aug 2024 | |
latest/edge | 24 | 03 Aug 2024 | |
1.31/stable | 25 | 04 Sep 2024 | |
1.31/beta | 25 | 13 Aug 2024 | |
1.31/edge | 24 | 03 Aug 2024 | |
1.30/stable | 21 | 11 Jul 2024 | |
1.30/beta | 21 | 19 Apr 2024 | |
1.30/edge | 21 | 13 Mar 2024 | |
1.29/stable | 23 | 17 Apr 2024 | |
1.29/candidate | 23 | 15 Apr 2024 | |
1.29/beta | 21 | 17 Apr 2024 | |
1.29/edge | 21 | 21 Aug 2023 | |
1.28/stable | 20 | 22 Aug 2023 | |
1.28/candidate | 18 | 07 Jun 2023 | |
1.28/beta | 20 | 07 Aug 2023 | |
1.28/edge | 21 | 09 Aug 2023 | |
1.27/stable | 18 | 12 Jun 2023 | |
1.27/candidate | 18 | 12 Jun 2023 | |
1.27/beta | 16 | 17 Apr 2023 | |
1.27/edge | 15 | 17 Apr 2023 | |
1.26/stable | 11 | 27 Feb 2023 | |
1.26/candidate | 11 | 27 Feb 2023 | |
1.26/beta | 13 | 08 Apr 2023 |
juju deploy gatekeeper-audit
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
audit-chunk-size | int
Default: 500
Lower chunk size can reduce memory consumption of the auditing Pod but can increase the number requests to the Kubernetes API server.
-
audit-interval | int
Default: 60
Interval between the audits, to disable the interval set
audit-interval=0
-
constraint-violations-limit | int
Default: 20
The number of violations that will be reported, If the number of current violations is greater than this cap, the excess violations will not be reported but they will be included in the totalViolations count
-
log-level | string
Default: INFO
Set gatekeeper log level. For example, DEBUG, INFO, WARNING, ERROR.
-
release | string
Version of OPA controller manager to deploy