We are running Flux in a multi-tenancy environment and would like to make kubernetes warnings available to the users when they deploy an application.
An example of this Pod Security Admission, when a non-compliant deployment is created via kubectl any warnings are returned and when deployed through Flux the warnings are recorded in the controller logs. However our users do not have access to controller logs and so are blind to these warnings, could these be reported back via Flux events so users can see any warnings generated by their deployments.
We are running Flux in a multi-tenancy environment and would like to make kubernetes warnings available to the users when they deploy an application.
An example of this Pod Security Admission, when a non-compliant deployment is created via kubectl any warnings are returned and when deployed through Flux the warnings are recorded in the controller logs. However our users do not have access to controller logs and so are blind to these warnings, could these be reported back via Flux events so users can see any warnings generated by their deployments.