We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In #110 the bootstrapper silently fails to start the backend due to missing samples.
Missing samples should not be fatal. https://github.com/kubeflow/pipelines/blob/master/backend/src/apiserver/main.go#L57
My opinion is that the backend should not know about samples at all. The samples should be injected in the cluster instance by the bootstrapper.
The text was updated successfully, but these errors were encountered:
Resolving in favor of #455
Sorry, something went wrong.
Add text explainer notebook (kubeflow#355)
4c647d9
* Add text explainer notebook example * Fix formatting
restructure installation and user instructions (#355)
f60887d
* reconcile .md files in one single place * add guides folder * update install links * update install links * add all guides
No branches or pull requests
In #110 the bootstrapper silently fails to start the backend due to missing samples.
Missing samples should not be fatal. https://github.com/kubeflow/pipelines/blob/master/backend/src/apiserver/main.go#L57
My opinion is that the backend should not know about samples at all. The samples should be injected in the cluster instance by the bootstrapper.
The text was updated successfully, but these errors were encountered: