[Bug] admission controller fails to come online, when reporting is disabled · Issue #13107 · kyverno/kyverno · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when we install reporting components (policy controller + policy reporter + policy reporter UI + report server) along with admission controllers, it works as expected.
If we remove or disable the reporting components, after the admission controller pod restarts, fails to come online and goes into crashloopbackoff state.
oc delete apiservice v1.reports.kyverno.io (managed by reporter)
oc delete apiservice v1alpha2.wgpolicyk8s.io(managed by reporter)
After deleting above resources, admission controller pods complains about the below errors,
2025-05-09T14:32:39Z ERR home/default/github.com/kyverno/kyverno/cmd/kyverno/main.go:689 > failed to start admission reports watcher error="the server could not find the requested resource" logger=setup
I have searched other issues in this repository and mine is not recorded.
The text was updated successfully, but these errors were encountered:
satheesh23
added
bug
Something isn't working
triage
Default label assigned to all new issues indicating label curation is needed to fully organize.
labels
May 9, 2025
Kyverno Version
1.14.1
Description
kyverno : 1.14.1
policy reporter: v3.1.3
report server: v0.1.3
when we install reporting components (policy controller + policy reporter + policy reporter UI + report server) along with admission controllers, it works as expected.
If we remove or disable the reporting components, after the admission controller pod restarts, fails to come online and goes into crashloopbackoff state.
troubeshooting steps tried,
After deleting above resources, admission controller pods complains about the below errors,
2025-05-09T14:32:39Z ERR home/default/github.com/kyverno/kyverno/cmd/kyverno/main.go:689 > failed to start admission reports watcher error="the server could not find the requested resource" logger=setup
Slack discussion
No response
Troubleshooting
The text was updated successfully, but these errors were encountered: