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

Error from server (NotFound): tfjobs.kubeflow.org "mycnnjob" not found #1217

Closed
xqqcoder opened this issue Jul 16, 2018 · 2 comments
Closed

Comments

@xqqcoder
Copy link

when I follow the user guide ,do the order "kubectl get -o yaml tfjobs ${CNN_JOB_NAME}", it happened

@jlewi
Copy link
Contributor

jlewi commented Jul 16, 2018

Did you create the job named ${CNN_JOB_NAME}? Check that you are looking in the right namespace.

You can run the following command to get jobs in all namespaces.

kubectl get --all-namespaces=true tfjobs

@xqqcoder
Copy link
Author

thank you, I add --namespace it works

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

No branches or pull requests

2 participants