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

apparent issue with 0.2.0 tag re: ks registry #1115

Closed
amygdala opened this issue Jul 2, 2018 · 6 comments
Closed

apparent issue with 0.2.0 tag re: ks registry #1115

amygdala opened this issue Jul 2, 2018 · 6 comments

Comments

@amygdala
Copy link
Contributor

amygdala commented Jul 2, 2018

I'm seeing the following:

➜  my-kfpl3 VERSION=v0.2.0 
➜  my-kfpl3 ks registry add kubeflow github.com/kubeflow/kubeflow/
➜  my-kfpl3 ks pkg install kubeflow/core@${VERSION}
INFO Retrieved 33 files
➜  my-kfpl3 ks pkg install kubeflow/tf-serving@${VERSION}
INFO Retrieved 5 files
➜  my-kfpl3 ks pkg install kubeflow/tf-job@${VERSION}
ERROR resolve registry library: GET https://api.github.com/repos/kubeflow/kubeflow/contents/kubeflow/tf-job?ref=178b151853082e8584bd38c10148e2a926843e1d: 404 Not Found []
➜  my-kfpl3 echo $VERSION 
v0.2.0
➜  my-kfpl3 ks pkg install kubeflow/tf-job@${VERSION}
ERROR resolve registry library: GET https://api.github.com/repos/kubeflow/kubeflow/contents/kubeflow/tf-job?ref=178b151853082e8584bd38c10148e2a926843e1d: 404 Not Found []
➜  my-kfpl3
@jlewi
Copy link
Contributor

jlewi commented Jul 2, 2018

/assign @kunmingg

@kunmingg
Copy link
Contributor

kunmingg commented Jul 2, 2018

@amygdala
tf-job is deleted, now we use this component as part of core.

@amygdala
Copy link
Contributor Author

amygdala commented Jul 2, 2018

Okay, good to know. We should update the various readmes and docs.

@veliborfrobas
Copy link

Thank you fir this. I was stuck at tf-job... doesn't exist. you REALLY need to pay attention to newbee documentation.

@jlewi
Copy link
Contributor

jlewi commented Jul 13, 2018

Sorry about that. We've been moving docs over to kubeflow.org

The recommended setup process is

export KUBEFLOW_VERSION=0.2.2-rc.0
curl https://raw.githubusercontent.com/kubeflow/kubeflow/v${KUBEFLOW_VERSION}/scripts/deploy.sh | bash

@jlewi
Copy link
Contributor

jlewi commented Jul 13, 2018

Duplicate of #1202

@jlewi jlewi marked this as a duplicate of #1202 Jul 13, 2018
@jlewi jlewi closed this as completed Jul 13, 2018
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

4 participants