This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
Should the CRD Validation Webhook be removed and its logic be moved? #388
tylerslaton
started this conversation in
Polls
Replies: 1 comment 1 reply
-
Is there an option for "yeah that sounds problematic, but not sure what to do about it yet"? :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There was a recent point brought up around the scalability of the CRD Validation Webhook. Say there are 10,000 CR's of a particular CRD on cluster. When we go to update that CRD, there will be something in the order of 10,000 requests querying those CRs and need to resolve within the timeout limit of around 60 seconds.
The alternative to using the current webhook implementation is to instead do this logic inside of RukPak's BundleInstance controller to avoid the scalability issue and be more inline with eventual consistency. I figure we can leave this up to a poll to make a clear decision on this and move forward. When voting, please leave a comment to explain why.
0 votes ·
Beta Was this translation helpful? Give feedback.
All reactions