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

Fix model file upload #160

Merged
merged 10 commits into from
Jun 30, 2018
Merged

Conversation

texasmichelle
Copy link
Member

@texasmichelle texasmichelle commented Jun 29, 2018

Update default params for tfjob-v1alpha2
Fix build directory path in Makefile


This change is Reviewable

Add model_url & port arguments to flask app
Add service_type, image, and model_url parameters to ui component
Fix problem argument in tensor2tensor component
Fix broken UI component structure by adding all, service, & deployment parts
Add parameter defaults for tfjob to resolve failures deploying other components
Fix syntax error in argument parsing
Remove underscores from parameter names to workaround ksonnet bug kubeflow#554: ksonnet/ksonnet#554
Add CPU image build arg to docker build command for t2t-training
Fix link to ksonnet app dir
Correct param names for tensor2tensor component
Add missing params for tensor2tensor component
Fix apply command syntax
Swap out log view pod for t2t-master instead of tf-operator
Fix link to training with tfjob
Update default params for tfjob-v1alpha2
Fix build directory path in Makefile
name: "tfjob-v1alpha2",
image: "gcr.io/kubeflow-dev/tf-job-issue-summarization:v20180425-e79f888",
name: "tfjob-issue-summarization",
image: "gcr.io/kubeflow-examples/tf-job-issue-summarization:latest",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps we should re-tag so as to not break this tomorrow when somebody updates the image?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 Its best to pin to a specific image.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair point - just pushed a new image & updated the tag

@texasmichelle texasmichelle changed the title Fix model file upload [WIP] Fix model file upload Jun 30, 2018
Update image tag
Add UI image tag
@texasmichelle texasmichelle changed the title [WIP] Fix model file upload Fix model file upload Jun 30, 2018
sample_size: "100000",
gcpSecretName: "user-gcp-sa",
gcpSecretFile: "user-gcp-sa.json",
gcpSecretName: "gcp-credentials",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These aren't the right defaults. "user-gcp-sa" and "user-gcp-sa.json" are the defaults as set by our GKE deployment instructions.

Update associated readme
@jlewi
Copy link
Contributor

jlewi commented Jun 30, 2018

/lgtm
/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jlewi

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit 836ad70 into kubeflow:master Jun 30, 2018
@texasmichelle texasmichelle deleted the codelab-fixes branch June 30, 2018 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants