Policy Reporter UI
I am trying to configure the policy reporter UI and the Kyverno plugin. The pods do not coming up, reporting a PostStartHookError. Upon investigating the UI pod, I see this error:
Exec lifecycle hook ([pilot-agent wait]) for Container "istio-proxy" in Pod "kyverno-reporter-ui-7b7f65c49d-lfxwf_kyverno-reporter(d6b267b6-90d7-46d8-b2f2-5ed82d792f0b)" failed - error: command 'pilot-agent wait' exited with 255: Error: timeout waiting for Envoy proxy to become ready
I have added the my additional configuration values below. Is this a known issue?
Additional configuration
ui: enabled: true plugins: kyverno: true networkPolicy: enabled: true kyvernoPlugin: enabled: true networkPolicy: enabled: true global: plugins: kyverno: true networkPolicy: enabled: true rest: enabled: trueEdited by Daniel Salazar