Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete StudyJob failed #325

Closed
andreyvelich opened this issue Jan 15, 2019 · 4 comments
Closed

Delete StudyJob failed #325

andreyvelich opened this issue Jan 15, 2019 · 4 comments

Comments

@andreyvelich
Copy link
Member

I tried to create my own image for StudyJob controller and deployed Katib in cluster.
I submitted random-example to my deployment. After finishing this example I tried to delete studyjob and got this errors in logs of study-job-controller:

2019/01/15 14:49:14 DeleteStudy error rpc error: code = Unimplemented desc = unknown method DeleteStudy
2019/01/15 14:49:14 Fail to delete rpc error: code = Unimplemented desc = unknown method DeleteStudy

In that case I have only one way to delete StudyJobs:

kubectl patch studyjob/random-example -n $NAMESPACE -p '{"metadata": {"finalizers":[]}}' --type=merge
@johnugeorge
Copy link
Member

@andreyvelich which vizier-core image are you using?. This api was added in #315

@andreyvelich
Copy link
Member Author

@johnugeorge gcr.io/kubeflow-images-public/katib/vizier-core:v0.4.0

@johnugeorge
Copy link
Member

i am not sure if 0.4.0 has the api updated. Can you try using the latest image gcr.io/kubeflow-images-public/katib/vizier-core:v0.1.2-alpha-111-g0ed361c

@andreyvelich
Copy link
Member Author

Thanks a lot, it helped!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants