Skip to content

Commit

Permalink
recomment using kustomize v2.0.3 for mnist
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchihe committed Jul 5, 2019
1 parent a046db5 commit 1993b49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions mnist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ You also need the following command line tools:
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)
- [kustomize](https://kustomize.io/)

+**Note:** kustomize [v2.0.3](https://github.com/kubernetes-sigs/kustomize/releases/tag/v2.0.3) is recommented since the [problem](https://github.com/kubernetes-sigs/kustomize/issues/1295) in kustomize v2.1.0.

To run the client at the end of the example, you must have [requirements.txt](requirements.txt) installed in your active python environment.

```
Expand Down
2 changes: 1 addition & 1 deletion test/workflows/components/mnist.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ local defaultParams = {
// Which Kubeflow cluster to use for running TFJobs on.
kfProject: "kubeflow-ci-deployment",
kfZone: "us-east1-b",
kfCluster: "kf-v0-5-n04",
kfCluster: "kf-vmaster-n01",

// The bucket where the model should be written
// This needs to be writable by the GCP service account in the Kubeflow cluster (not the test cluster)
Expand Down

0 comments on commit 1993b49

Please sign in to comment.