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 no prototype names matched 'kubeflow/core' #1263

Closed
gaoning777 opened this issue Jul 24, 2018 · 3 comments
Closed

ERROR no prototype names matched 'kubeflow/core' #1263

gaoning777 opened this issue Jul 24, 2018 · 3 comments

Comments

@gaoning777
Copy link
Contributor

I'm trying to install kubeflow by following the instructions https://www.kubeflow.org/docs/started/getting-started-gke/. The error comes when "ks generate kubeflow-core kubeflow-core --jupyterHubAuthenticator iap" is run.

I checked the ks prototypes by running "ks prototype list" but did not find the kubeflow-core. I made sure that I ran "ks pkg install kubeflow/core".

Any fixes?

@gaoning777
Copy link
Contributor Author

I went back to previous commits of the kubeflow project and copied the all.jsonnet and all.libsonnet files to my local ks environment. Good thing is that kubeflow-core is found by ks but error is "ERROR find objects: RUNTIME ERROR: Field does not exist: all" when "ks apply default -c kubeflow-core" is run.

@jlewi
Copy link
Contributor

jlewi commented Jul 24, 2018

deploy.sh will pull the latest source code from master which is not consistent with the 0.2.2 deploy script.

To fix this you need to set the environment variable KUBEFLOW_VERSION

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

There is an issue to fix this #1239

@gaoning777
Copy link
Contributor Author

Thanks a lot. that is exactly the problem.

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