Skip to content

v0.3.0

Compare
Choose a tag to compare
@achetronic achetronic released this 19 Nov 13:47
· 16 commits to master since this release

Highligths:

  • Add logsPrintf function to templates to throw logs during request's lifecycle

  • Add new field .spec.failureAction to ClusterAdmissionPolicy: Now it's possible to evaluate conditions and allow entrance of the resource as if the conditions were met. This helps debugging potential collisions before enforcing the policies. Posible values are: Enforce and Audit

  • Now, the controller create Kubernetes events for each admission request in both failure modes. This way another process can send them to external places as Slack. Do you know Notifik?

  • Helpful README: tips for logsPrintf function

Contributors:
@achetronic