padok-team / burrito

🌯 Burrito is a TACoS 🌮
https://padok-team.github.io/burrito
Apache License 2.0
234 stars 9 forks source link

feat(controllers): add logging with k8s events #262

Closed LucasMrqes closed 2 months ago

LucasMrqes commented 3 months ago

One of the main feedback from Burrito users was that it is quite difficult to debug as it is easy to misconfigure something (tenants, serviceaccounts, cloud IAM...). This PR implements some logging from the controller using Kubernetes events. Hopefully this would make Burrito easier to install and to debug for users.

image