mirror of https://github.com/kubeflow/website.git
404 page not found - link fix (#3292)
* page not found - link fix * update "end-to-end MNIST tutorial" link
This commit is contained in:
parent
f9c53200ff
commit
545f18ba18
|
@ -16,7 +16,6 @@ As a high level overview, you need to create one Management cluster which allows
|
|||
alt="Full Kubeflow deployment structure"
|
||||
class="mt-3 mb-3 border border-info rounded">
|
||||
|
||||
|
||||
## Deployment steps
|
||||
|
||||
Follow the steps below to set up Kubeflow environment on Google Cloud. Some of these steps are one-time only, for example: OAuth Client can be shared by multiple Kubeflow clusters in the same Google Cloud project.
|
||||
|
@ -49,5 +48,5 @@ Once you finish deployment, you will be able to:
|
|||
|
||||
## Next steps
|
||||
|
||||
* Repeat [Deploy Kubeflow Cluster](/docs/distributions/gke/deploy/deploy-cli/) if you want to deploy multiple clusters.
|
||||
* Run a full ML workflow on Kubeflow, using the [end-to-end MNIST tutorial](/docs/distributions/gke/gcp-e2e/).
|
||||
- Repeat [Deploy Kubeflow Cluster](/docs/distributions/gke/deploy/deploy-cli/) if you want to deploy multiple clusters.
|
||||
- Run a full ML workflow on Kubeflow, using the [end-to-end MNIST tutorial](https://github.com/kubeflow/pipelines/blob/e42d9d2609369b96973c821dca11fe5b2565e705/samples/contrib/kubeflow-e2e-mnist/kubeflow-e2e-mnist.ipynb).
|
||||
|
|
Loading…
Reference in New Issue