Custom Admission Webhook in K8s #1371
-
|
How can I use a custom Admission Webhook in K8s to control resource quotas in Flyte?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Ensure that your Admission webhook returns a Forbidden response with the |
Beta Was this translation helpful? Give feedback.
-
|
Also make sure the webhook returns HTTP Sample AdmissionReview response with |
Beta Was this translation helpful? Give feedback.
Also make sure the webhook returns HTTP
200 OK. Otherwise the response will be wrapped in500 InternalServerErrorby kube prior to returning to the clientSample AdmissionReview response with
kind,message,reasonandcodeset as required: