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.

[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:

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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
andreyvelichcommented, Mar 8, 2021

I’ll continue working on this now that the first iteration of our new UI #1421 is merged.

Thanks @kimwnasptd!

@andreyvelich @gaocegege @johnugeorge I see that the current UI has a way to automatically detect the Trial parameters. How exactly does this work? Does the UI parse the string content from the provided ConfigMaps and detects the ${trialParameters.<name>}?

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.

0reactions
kimwnasptdcommented, Jun 1, 2021

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.

Read more comments on GitHub >

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

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