[UI bug] Missing configuration fields in form
See original GitHub issue/kind bug
The new Katib UI’s form for submitting Experiment
CRs is missing the following fields, which are present in the current UI’s form:
- ResumePolicy https://github.com/kubeflow/katib/pull/1463
- EarlyStopping https://github.com/kubeflow/katib/pull/1463
- TrialParameters https://github.com/kubeflow/katib/pull/1463
The most important one is the TrialParameters
since without it the user cannot submit an Experiment by only using the form.
admission webhook "validating.experiment.katib.kubeflow.org" denied the request: spec.trialTemplate.trialParameters must be specified
/cc @andreyvelich
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Fields missing on screens in Jira server
A field is not appearing is due to its Field Configuration settings. A field can be set to Hidden or Visible. Ensure it's...
Read more >There is no indication on configuration forms if there ... - Drupal
User interface changes. Configuration forms may display a message on the top if there are overridden values. API changes. None.
Read more >Solved: Field Style - works on form but no on list - ServiceNow
I believe there is some bug. I kept the value field empty but it aligned on right only for form but not for...
Read more >Troubleshoot form issues in model-driven apps - Microsoft Learn
Troubleshooting issues in Unified Interface is essential when ... After the current session is closed, the effect is no longer applied.
Read more >Possible bug in Microsoft List Form formatting interface - field ...
The order of the fields specified in the JSON I am entering in the Body section is not being respected. For example, no...
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
Thanks @kimwnasptd!
Yes: https://github.com/kubeflow/katib/blob/081db0dd7f6f9470400f45dd4431c96927608845/pkg/ui/v1beta1/frontend/src/reducers/general.js#L88-L109
It just parses parameters for the given YAML Trial template.
closing this issue since https://github.com/kubeflow/katib/pull/1463 has added the missing fields of the form.
The form is now on par with the current default UI.