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
Does this enhancement require public documentation?
I have added an Acceptance Criteria item for adding and/or adjusting public documentation (if applicable)
Problem Statement
We are using the admission webhook of KIC but currently it's hard to reason about issues caused by the changes in the admission validation.
Imagine that some change in KIC would cause a lot of httproutes to fail admission validation after an update. How would we know this from a monitoring perspective.
Proposed Solution
Add at least a log statement to KIC when an admission fails validation
Additionally, it would be nice to have some prometheus metrics about the webhook
Additional information
No response
Acceptance Criteria
Add INFO log when a admission is not allowed
Add metrics about the admission webhook, like validation count (lables like success=true...)
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Does this enhancement require public documentation?
Problem Statement
We are using the admission webhook of KIC but currently it's hard to reason about issues caused by the changes in the admission validation.
Imagine that some change in KIC would cause a lot of httproutes to fail admission validation after an update. How would we know this from a monitoring perspective.
Proposed Solution
Additional information
No response
Acceptance Criteria
The text was updated successfully, but these errors were encountered: