question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 2 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
tenzen-ycommented, Sep 30, 2021

Thank you for your answer! @andreyvelich First, I’d like to implement unit tests for GetFooConfigData.

2reactions
tenzen-ycommented, Sep 27, 2021

I take this Issue.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found