metal-stack / gardener-extension-audit

A Gardener extension that provides audit forwarding to different backends
MIT License
1 stars 4 forks source link

Fix extension deletion flow regression. #23

Closed Gerrit91 closed 6 months ago

Gerrit91 commented 6 months ago

This is a regression introduced by #20. The deletion can run into another deadlock with the lifecycle strategy BeforeKubeAPIServer when the audit webhook is configured with blocking-strict. Then, the API server will become infunctional and the deletion does not proceed either.

Gerrit91 commented 6 months ago

The idea is now to try if we can skip the kube-apiserver mutation during shoot deletion.