Add validating webhooks for early stopping experiment
See original GitHub issue/kind feature
Describe the solution you’d like [A clear and concise description of what you want to happen.]
Currently, there are no validating webhooks for early stopping, so users can not notice wrong parameters until to start trial Pod. So, I’d like to add validating webhooks for the following parameters.
spec.earlyStopping.algorithmName
spec.earlyStopping.algorithmSettings
What do you think?
/assign
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Kubernetes admission control with validating webhooks
The webhook intercepts and validates PrometheusRule object creation requests to prevent users from creating rules with invalid fields. A key ...
Read more >Writing Validating Webhook Controller From Scratch - YouTube
In this video we wrote the https server that would work as validating webhook controller and deployed it on Kubernetes cluster to make...
Read more >Dynamic Admission Control | Kubernetes
Admission webhooks are HTTP callbacks that receive admission requests and do something with them. You can define two types of admission webhooks ......
Read more >Admission Webhooks - Operator SDK
An admission webhook is an HTTP callback that is registered with Kubernetes, and will be called by Kubernetes to validate or mutate a...
Read more >openshift/managed-cluster-validating-webhooks - GitHub
Set of validating webhooks, based on k8s admission controllers, ... The first function, CanCanNot , is very simple and designed to make test...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you for your answer! @andreyvelich First, I’d like to implement unit tests for
GetFooConfigData
.I take this Issue.