recomment using kustomize v2.0.3 for mnist (#584)

This commit is contained in:
Jin Chi He 2019-07-05 10:20:35 +08:00 committed by Kubernetes Prow Robot
parent 9675480997
commit 871895c544
2 changed files with 3 additions and 1 deletions

View File

@ -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.
```

View File

@ -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)