Gatekeeper Audit

  • By Canonical Kubernetes
Channel Revision Published Runs on
latest/stable 23 17 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/candidate 23 15 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/beta 21 17 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/edge 21 09 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.30/beta 21 19 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.30/edge 21 13 Mar 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/stable 23 17 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/candidate 23 15 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/beta 21 17 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/edge 21 21 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/stable 20 22 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/candidate 18 07 Jun 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/beta 20 07 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/edge 21 09 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/stable 18 12 Jun 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/candidate 18 12 Jun 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/beta 16 17 Apr 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/edge 15 17 Apr 2023
Ubuntu 22.04 Ubuntu 20.04
1.26/stable 11 27 Feb 2023
Ubuntu 22.04 Ubuntu 20.04
1.26/candidate 11 27 Feb 2023
Ubuntu 22.04 Ubuntu 20.04
1.26/beta 13 08 Apr 2023
Ubuntu 22.04 Ubuntu 20.04
juju deploy gatekeeper-audit
Show information

Platform:

Learn about configurations >

  • 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