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

Delete the tf-job package. #1091

Merged
merged 4 commits into from
Jun 29, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions bootstrap/config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ app:
registry: kubeflow
- name: tf-serving
registry: kubeflow
- name: tf-job
registry: kubeflow
components:
- name: kubeflow-core
prototype: kubeflow-core
2 changes: 0 additions & 2 deletions bootstrap/config/gcp_prototype.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ app:
registry: kubeflow
- name: tf-serving
registry: kubeflow
- name: tf-job
registry: kubeflow
components:
- name: kubeflow-core
prototype: kubeflow-core
Expand Down
2 changes: 0 additions & 2 deletions docs/gke/configs/cluster-kubeflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ resources:
registry: kubeflow
- name: tf-serving
registry: kubeflow
- name: tf-job
registry: kubeflow
- name: pytorch-job
registry: kubeflow
components:
Expand Down
7 changes: 0 additions & 7 deletions kubeflow/examples/prototypes/tf-job-simple.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,6 @@ local tfjob = {
tfReplicaType: "PS",
},
},
terminationPolicy: {
chief: {
replicaIndex: 0,
replicaName: "WORKER",
},
},
tfimage: image,
},
};

Expand Down
3 changes: 0 additions & 3 deletions kubeflow/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ libraries:
core:
version: master
path: core
tf-job:
version: master
path: tf-job
tf-serving:
version: master
path: tf-serving
Expand Down
91 changes: 0 additions & 91 deletions kubeflow/tf-job/README.md

This file was deleted.

35 changes: 0 additions & 35 deletions kubeflow/tf-job/parts.yaml

This file was deleted.

65 changes: 0 additions & 65 deletions kubeflow/tf-job/prototypes/tf-job.jsonnet

This file was deleted.

59 changes: 0 additions & 59 deletions kubeflow/tf-job/tf-job.libsonnet

This file was deleted.

7 changes: 0 additions & 7 deletions kubeflow/tf-job/util.libsonnet

This file was deleted.