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.

HELP WANTED: Starting Katib StudyJob

See original GitHub issue

Hello I am having trouble starting a StudyJob. I think I am creating the Docker and YAML properly, and there are no complaints when it is created

$ kubectl create -f katib-test.yaml 
studyjob.kubeflow.org "katlib-pw6" created

However, the job does not appear in my Katib UI StudyJob List. I am also not finding any associated logs or errors in the Kubernetes UI

How do I debug this?

Many thanks P

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:17 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
opus111commented, Feb 27, 2019

Terrific, that worked!

I fixed my YAML. The problem was

  objectivevaluename: y
  metricsnames:
    - z

should be

  objectivevaluename: "y"
  metricsnames:
    - "z"

Now it work 😄

Thank you again for all your help!

0reactions
k8s-ci-robotcommented, Mar 4, 2019

@hougangliu: Closing this issue.

In response to this:

/close close it since related fix has been merged in master branch

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Introduction to Katib | Kubeflow
The Katib project is open source. The developer guide is a good starting point for developers who want to contribute to the project....
Read more >
Hyperparameter Tuning with Kubeflow Katib | by Hoi - Medium
Set up an efficient and interactive hyperparameter tuning solution through Katib and Kubeflow.
Read more >
Hyperparameter Tuning with Katib - YouTube
Getting started with Katib → https://goo.gle/3hI9sFi How do you go about setting the number of epochs you want to train?
Read more >
Newest 'argoproj' Questions - Page 2 - Stack Overflow
I wanted to install an argo workflow template and workflow cron job as a helm chart. helm install ... Following is a fraction...
Read more >
Using social media for job success | Canadian Immigrant
For example, you may want to use Facebook only for family and friends, and LinkedIn ... Groups can be very useful for finding...
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