-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kyverno Policy reports are not shown in UI #7
Comments
Hey, thanks for your Report. Which version of kyverno do you running? can you please check the logs of the Policy Reporter Pod? |
Policy reporter chart version: 1.12.0 Policy reporter app version: 1.9.0 policy-reporter logs (repetitive following line):
policy-reporter-kyverno-plugin logs:
policy-reporter-ui
|
I also created a new Helm Release 1.12.2, so you can also update the helm chart and do an upgrade |
@fjogeleit thank you very much for the help. I think I've found the issue. Upgrading to 1.12.2 didn't help. The api calls in network call are all With the following response:
The issue is I have deployed the helm chart with another release name |
Yes I can confirm, changing the release name solved the issue. |
Okay, great. Thank you for this information and I will investigate how I can improve this. |
Currently you can configure the service name of policy-reporter to use a custom release name: https://github.com/kyverno/policy-reporter/blob/main/charts/policy-reporter/values.yaml#L103 But it's not very intuitive so I will look if I can simplify this |
@fjogeleit yes I came to that after trying to investigate where in the helm chart is causing this. It is not trivial at all and not mentioned in docs as well. I have created a PR to simplify this. |
thank you, yes the Project has still some children diseases. |
I have deployed the kyverno policy reporter with official helm charts with the following values:
And I can see the policies in UI:
Also I can see the policy warnings in the
Logs
section:However, there are no reports in other part of the UI:
The text was updated successfully, but these errors were encountered: