Alert rule: EspejoteAdmissionErrors
Please consider opening a PR to improve this runbook if you gain new information about causes of the alert, or how to debug or resolve the alert. Click "Edit this Page" in the top right corner to create a PR directly on GitHub. |
Overview
This alert fires when an Admission resource fails. This can be caused by a misconfiguration of the Admission resource or an incorrect patch.
Generally, Admission resources should never error but only return allowed`
or denied
.
Steps for debugging
Check what triggers the reconciles
Check the logs of the Espejote deployment or the logs/ outputs of the requestor.
If the logs contain assertPatch
and JSON patch failed
you can verify your patch on jsonpatch.me.